Skip to content

Commit a10ea44

Browse files
committed
Updated supported Python versions with more details
1 parent 14e1b5c commit a10ea44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ readme = "README.md"
1414
license = {text = "MIT"}
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3 :: Only",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
1722
"License :: OSI Approved :: MIT License",
1823
"Operating System :: OS Independent",
1924
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)