Skip to content

Commit e3c2af0

Browse files
Copilotnstarman
andcommitted
Add Python 3.14 support to classifiers and CI
Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
1 parent f524bdd commit e3c2af0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.9", "3.13"]
41+
python-version: ["3.9", "3.14"]
4242
runs-on: [ubuntu-latest, windows-latest, macos-14]
4343

4444
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python",
2425
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)