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 c49ecfc commit 3328ce5Copy full SHA for 3328ce5
.github/workflows/test.yml
@@ -33,6 +33,7 @@ jobs:
33
- "3.11"
34
- "3.12"
35
- "3.13"
36
+ - "3.14"
37
anyio-version:
38
- anyio-v3
39
- anyio-v4
pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
28
"Programming Language :: Python :: 3.11",
29
"Programming Language :: Python :: 3.12",
30
"Programming Language :: Python :: 3.13",
31
+ "Programming Language :: Python :: 3.14",
32
"Topic :: Internet",
"Typing :: Typed",
]
0 commit comments