Skip to content

Commit 3328ce5

Browse files
authored
⬆️ Add support for Python 3.14 (#387)
1 parent c49ecfc commit 3328ce5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "3.11"
3434
- "3.12"
3535
- "3.13"
36+
- "3.14"
3637
anyio-version:
3738
- anyio-v3
3839
- anyio-v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
"Topic :: Internet",
3233
"Typing :: Typed",
3334
]

0 commit comments

Comments
 (0)