Skip to content

Commit 852fcd8

Browse files
feat: drop python 3.9 support
1 parent 58eefff commit 852fcd8

3 files changed

Lines changed: 2380 additions & 2386 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
14-
python-version: ["3.9", "3.10"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515

1616
# This allows a subsequently queued workflow run to interrupt previous runs
1717
concurrency:
@@ -49,7 +49,6 @@ jobs:
4949
pip install ".[tutorials]"
5050
pip install -r ./docs/tutorials/requirements.txt
5151
52-
5352
- name: Convert and run notebooks
5453
shell: bash
5554
run: |

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
"Operating System :: MacOS :: MacOS X",
1818
"Operating System :: Microsoft :: Windows",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)