Skip to content

Commit 6cab25e

Browse files
committed
Add support for Python 3.14
1 parent 3242e84 commit 6cab25e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
"3.11",
1919
"3.12",
2020
"3.13",
21+
"3.14",
2122
]
2223
steps:
2324
- name: "Check out repository"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: 3.11",
3939
"Programming Language :: Python :: 3.12",
4040
"Programming Language :: Python :: 3.13",
41+
"Programming Language :: Python :: 3.14",
4142
]
4243
authors = [
4344
{name = "Artefactual Systems Inc.", email = "[email protected]"}

0 commit comments

Comments
 (0)