Skip to content

Commit fa86454

Browse files
Update Python version in CI workflow to 3.13 (#418)
* Update Python version in CI workflow to 3.13 * Add support for Python 3.13 in pyproject.toml
1 parent 76fead7 commit fa86454

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
# not testing on 3.9 because tests use glob("*", root_dir=TEST_FILES)
20-
# and root_dir only added in 3.10
21-
python-version: ["3.10", "3.12"]
19+
python-version: ["3.10", "3.13"]
2220

2321
runs-on: ${{ matrix.os }}
2422
defaults:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
3939
"Programming Language :: Python :: 3.12",
40+
"Programming Language :: Python :: 3.13",
4041
"Topic :: Scientific/Engineering :: Chemistry",
4142
"Topic :: Scientific/Engineering :: Physics",
4243
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)