We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fead7 commit fa86454Copy full SHA for fa86454
2 files changed
.github/workflows/test.yml
@@ -16,9 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
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"]
+ python-version: ["3.10", "3.13"]
22
23
runs-on: ${{ matrix.os }}
24
defaults:
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
"Programming Language :: Python :: 3.10",
38
"Programming Language :: Python :: 3.11",
39
"Programming Language :: Python :: 3.12",
40
+ "Programming Language :: Python :: 3.13",
41
"Topic :: Scientific/Engineering :: Chemistry",
42
"Topic :: Scientific/Engineering :: Physics",
43
"Topic :: Software Development :: Libraries :: Python Modules",
0 commit comments