Skip to content

Commit 0d05608

Browse files
committed
build: add support for Python 3.14
1 parent 9d4e193 commit 0d05608

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
@@ -32,7 +32,7 @@ jobs:
3232
- macos-latest
3333
- ubuntu-latest
3434
- windows-latest
35-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
35+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3636
include:
3737
# HACK: Limit the number of pytest workers on macOS to 3 to avoid a
3838
# timeout for a few test cases. For unknown reasons, the number of

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1718
]
1819
authors = [{ name = "Ben Felder", email = "ben@felder.io" }]
1920
readme = "README.md"

0 commit comments

Comments
 (0)