File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3636 - name : Set up Python
3737 uses : actions/setup-python@v5
3838 with :
39- python-version : ' 3.11 '
39+ python-version : ' 3.12 '
4040 cache : ' pip'
4141
4242 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.10 '
16+ python-version : ' 3.11 '
1717 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1212 - name : Set up Python
1313 uses : actions/setup-python@v5
1414 with :
15- python-version : ' 3.10 '
15+ python-version : ' 3.12 '
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- python-version : ['3.10 ', '3.11 ', '3.12 ']
15+ python-version : ['3.11 ', '3.12 ', '3.13 ']
1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
3939 runs-on : macos-latest
4040 strategy :
4141 matrix :
42- python-version : ['3.10 ', '3.11 ', '3.12 ']
42+ python-version : ['3.11 ', '3.12 ', '3.13 ']
4343 steps :
4444 - uses : actions/checkout@v4
4545 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 22__version__ file.
33"""
44
5- __version__ = "2.0.0 "
5+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "A comprehensive Python library for generating smooth trajectories
1212readme = " README.md"
1313license = " MIT"
1414license-files = [" LICENSE" ]
15- requires-python = " >=3.10 "
15+ requires-python = " >=3.11 "
1616keywords = [
1717 " interpolation" ,
1818 " trajectory planning" ,
@@ -81,7 +81,7 @@ minversion = "8.4"
8181testpaths = " tests"
8282
8383[tool .ruff ]
84- target-version = " py311 "
84+ target-version = " py312 "
8585line-length = 120
8686extend-exclude = [" docs" , " test" , " tests" ]
8787
@@ -250,7 +250,7 @@ docstring-code-format = false
250250docstring-code-line-length = " dynamic"
251251
252252[tool .mypy ]
253- python_version = " 3.11 "
253+ python_version = " 3.12 "
254254ignore_missing_imports = true
255255follow_imports = " silent"
256256no_implicit_optional = true
@@ -283,7 +283,7 @@ show_error_codes = true
283283exclude = [" docs" ]
284284
285285[tool .pyright ]
286- pythonVersion = " 3.11 "
286+ pythonVersion = " 3.12 "
287287typeCheckingMode = " basic"
288288reportDuplicateImport = true
289289reportInvalidStubStatement = true
You can’t perform that action at this time.
0 commit comments