Skip to content

Commit 7a42947

Browse files
Add documented support for Python 3.13 and 3.14
1 parent 8bd8b10 commit 7a42947

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 1
2525
matrix:
2626
# Run test for every python version we intend to support.
27-
version: ['3.8', '3.9', '3.10', '3.11', '3.12' ]
27+
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
2828
permissions:
2929
id-token: write
3030
contents: read

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2224
]
2325

2426
[project.optional-dependencies]

0 commit comments

Comments
 (0)