Support python 3.12 (#954)

* Update Linux_CI.yml

* Update MacOS_CI.yml

* Update Windows_CI.yml

* Delete .lgtm.yml

* Update lqr_planner.py

* Update lqr_planner.py

* Update config.yml

* Update environment.yml

* Update ruff.toml

* Update README.md

* Update getting_started_main.rst

* Update doc_requirements.txt
This commit is contained in:
Atsushi Sakai
2024-03-14 22:01:51 +09:00
committed by GitHub
parent a79cc374f3
commit 1656cab0d2
9 changed files with 11 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [ '3.11' ]
python-version: [ '3.12' ]
name: Python ${{ matrix.python-version }} CI
steps:
- uses: actions/checkout@v4
@@ -36,4 +36,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements/requirements.txt
- name: do all unit tests
run: bash runtests.sh
run: bash runtests.sh