Skip to content

Commit 5b05cf3

Browse files
committed
Update supported language
Since we are pulling the list of Python versions in the README badge from PyPi we need to ensure we correctly reflect all supported versions.
1 parent 2dd930b commit 5b05cf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ classifiers = [
2121
"License :: OSI Approved :: MIT License",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2427
]
2528
dependencies = [
2629
"anyio>=4.6",

0 commit comments

Comments
 (0)