Skip to content

Commit 6e66115

Browse files
committed
Enable Python 3.14
1 parent 0bb472a commit 6e66115

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.10"]
2020
fail-fast: false
2121

2222
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ classifiers = [
5757
"Programming Language :: Python :: 3.11",
5858
"Programming Language :: Python :: 3.12",
5959
"Programming Language :: Python :: 3.13",
60+
"Programming Language :: Python :: 3.14",
6061
"Programming Language :: Python :: Implementation :: CPython",
6162
"Programming Language :: Python :: Implementation :: PyPy",
6263
"Typing :: Typed",

0 commit comments

Comments
 (0)