Skip to content

Commit 17c2887

Browse files
Copilotnstarman
andauthored
Document Python 3.14 support (#39)
* Initial plan * Add Python 3.14 support to classifiers and CI Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nstarman <8949649+nstarman@users.noreply.github.com>
1 parent ce65821 commit 17c2887

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)