Skip to content

Commit 093936a

Browse files
Backport PR #39: Document Python 3.14 support (#40)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent e2ded74 commit 093936a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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)