We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2210200 commit 5b8a8a1Copy full SHA for 5b8a8a1
2 files changed
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
- "3.11"
33
- "3.12"
34
- "3.13"
35
+ - "3.14"
36
steps:
37
- uses: actions/checkout@v4
38
- uses: extractions/setup-just@v3
pyproject.toml
@@ -13,6 +13,7 @@ classifiers = [
13
"Programming Language :: Python :: 3.11",
14
"Programming Language :: Python :: 3.12",
15
"Programming Language :: Python :: 3.13",
16
+ "Programming Language :: Python :: 3.14",
17
"Typing :: Typed",
18
"Topic :: Software Development :: Libraries",
19
]
0 commit comments