We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb020c5 commit bc15168Copy full SHA for bc15168
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
- "3.10"
33
- "3.11"
34
- "3.12"
35
+ - "3.13"
36
anyio-version:
37
- anyio-v3
38
- anyio-v4
pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
29
"Programming Language :: Python :: 3.12",
30
+ "Programming Language :: Python :: 3.13",
31
"Topic :: Internet",
"Typing :: Typed",
]
0 commit comments