Skip to content

Commit 6c88c71

Browse files
committed
bump python versions for CI testing
1 parent a74637a commit 6c88c71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: style
2828
strategy:
2929
matrix:
30-
python-version: ["3.9", "3.10", "3.11", "3.12"]
30+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3131
os: ["ubuntu-latest", "windows-latest", "macOS-latest"]
3232

3333
name: Run tests (${{ matrix.os }} Python ${{ matrix.python-version }})

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ classifiers = [
2929
"Operating System :: POSIX :: Linux",
3030
"Operating System :: MacOS",
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.9",
3332
"Programming Language :: Python :: 3.10",
3433
"Programming Language :: Python :: 3.11",
3534
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3636
]
3737
dependencies = [
3838
"numpy>=1.21,<3",

0 commit comments

Comments
 (0)