Skip to content

Commit 8d559cf

Browse files
committed
Add Python 3.14 trove classifier
The README badge lists supported Python versions from the classifiers of the latest PyPI release, which currently stop at 3.13. The package already installs and works on 3.14. References #2537
1 parent 6213787 commit 8d559cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
]
2425
dependencies = [
2526
"anyio>=4.5",

0 commit comments

Comments
 (0)