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 c077df1 commit 7b2a66aCopy full SHA for 7b2a66a
pyproject.toml
@@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/sphinxcontrib-htmlhelp/"
13
urls.Homepage = "https://www.sphinx-doc.org/"
14
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues"
15
license.text = "BSD-2-Clause"
16
-requires-python = ">=3.6"
+requires-python = ">=3.8"
17
18
# Classifiers list: https://pypi.org/classifiers/
19
classifiers = [
@@ -27,10 +27,11 @@ classifiers = [
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3",
29
"Programming Language :: Python :: 3 :: Only",
30
- "Programming Language :: Python :: 3.6",
31
- "Programming Language :: Python :: 3.7",
32
"Programming Language :: Python :: 3.8",
33
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
34
+ "Programming Language :: Python :: 3.12",
35
"Framework :: Sphinx",
36
"Framework :: Sphinx :: Extension",
37
"Topic :: Documentation",
0 commit comments