@@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/sphinxcontrib-htmlhelp/"
1313urls.Homepage = " https://www.sphinx-doc.org/"
1414urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx/issues"
1515license.text = " BSD-2-Clause"
16- requires-python = " >=3.6 "
16+ requires-python = " >=3.8 "
1717
1818# Classifiers list: https://pypi.org/classifiers/
1919classifiers = [
@@ -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