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 1de5271 commit 0529202Copy full SHA for 0529202
pyproject.toml
@@ -22,7 +22,11 @@ classifiers = [
22
"Operating System :: Microsoft :: Windows",
23
"Operating System :: POSIX :: Linux",
24
"Operating System :: MacOS",
25
- "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.9",
26
+ "Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
"Topic :: Software Development :: Build Tools",
31
]
32
dynamic = ["version"]
0 commit comments