We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3242e84 commit 6cab25eCopy full SHA for 6cab25e
.github/workflows/test.yml
@@ -18,6 +18,7 @@ jobs:
18
"3.11",
19
"3.12",
20
"3.13",
21
+ "3.14",
22
]
23
steps:
24
- name: "Check out repository"
pyproject.toml
@@ -38,6 +38,7 @@ classifiers = [
38
"Programming Language :: Python :: 3.11",
39
"Programming Language :: Python :: 3.12",
40
"Programming Language :: Python :: 3.13",
41
+ "Programming Language :: Python :: 3.14",
42
43
authors = [
44
{name = "Artefactual Systems Inc.", email = "[email protected]"}
0 commit comments