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 673b4aa commit 20b8a6bCopy full SHA for 20b8a6b
.github/workflows/test.yml
@@ -35,6 +35,8 @@ jobs:
35
- "3.10"
36
- "3.11"
37
- "3.12"
38
+ - "3.13"
39
+ - "3.14"
40
fail-fast: false
41
steps:
42
- name: Dump GitHub context
pyproject.toml
@@ -29,6 +29,8 @@ classifiers = [
29
"Programming Language :: Python :: 3.10",
30
"Programming Language :: Python :: 3.11",
31
"Programming Language :: Python :: 3.12",
32
+ "Programming Language :: Python :: 3.13",
33
+ "Programming Language :: Python :: 3.14",
34
"License :: OSI Approved :: MIT License",
]
dependencies = [
0 commit comments