We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ded74 commit 093936aCopy full SHA for 093936a
2 files changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- python-version: ["3.9", "3.13"]
+ python-version: ["3.9", "3.14"]
42
runs-on: [ubuntu-latest, windows-latest, macos-14]
43
44
steps:
pyproject.toml
@@ -19,6 +19,7 @@
19
"Programming Language :: Python :: 3.11",
20
"Programming Language :: Python :: 3.12",
21
"Programming Language :: Python :: 3.13",
22
+ "Programming Language :: Python :: 3.14",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python",
25
"Topic :: Scientific/Engineering",
0 commit comments