Skip to content

Commit 7b2a66a

Browse files
committed
Drop support for Python 3.7 and below
1 parent c077df1 commit 7b2a66a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/sphinxcontrib-htmlhelp/"
1313
urls.Homepage = "https://www.sphinx-doc.org/"
1414
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues"
1515
license.text = "BSD-2-Clause"
16-
requires-python = ">=3.6"
16+
requires-python = ">=3.8"
1717

1818
# Classifiers list: https://pypi.org/classifiers/
1919
classifiers = [
@@ -27,10 +27,11 @@ classifiers = [
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
2929
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.6",
31-
"Programming Language :: Python :: 3.7",
3230
"Programming Language :: Python :: 3.8",
3331
"Programming Language :: Python :: 3.9",
32+
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3435
"Framework :: Sphinx",
3536
"Framework :: Sphinx :: Extension",
3637
"Topic :: Documentation",

0 commit comments

Comments
 (0)