Skip to content

Commit 5556fda

Browse files
committed
Add newer Python versions to trove classifiers
1 parent a129a30 commit 5556fda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ classifiers = [
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python",
2828
"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",
2935
"Framework :: Sphinx",
3036
"Framework :: Sphinx :: Extension",
3137
"Topic :: Documentation",

0 commit comments

Comments
 (0)