We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a129a30 commit 5556fdaCopy full SHA for 5556fda
pyproject.toml
@@ -26,6 +26,12 @@ classifiers = [
26
"Operating System :: OS Independent",
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3",
29
+ "Programming Language :: Python :: 3 :: Only",
30
+ "Programming Language :: Python :: 3.8",
31
+ "Programming Language :: Python :: 3.9",
32
+ "Programming Language :: Python :: 3.10",
33
+ "Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
35
"Framework :: Sphinx",
36
"Framework :: Sphinx :: Extension",
37
"Topic :: Documentation",
0 commit comments