We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e1b5c commit a10ea44Copy full SHA for a10ea44
pyproject.toml
@@ -14,6 +14,11 @@ readme = "README.md"
14
license = {text = "MIT"}
15
classifiers = [
16
"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",
22
"License :: OSI Approved :: MIT License",
23
"Operating System :: OS Independent",
24
"Intended Audience :: Developers",
0 commit comments