Skip to content

Commit bc15168

Browse files
authored
🔧 Support Python 3.13 (#285)
1 parent fb020c5 commit bc15168

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "3.10"
3333
- "3.11"
3434
- "3.12"
35+
- "3.13"
3536
anyio-version:
3637
- anyio-v3
3738
- anyio-v4

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
"Topic :: Internet",
3132
"Typing :: Typed",
3233
]

0 commit comments

Comments
 (0)