@@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/sphinxcontrib-applehelp/"
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.8 "
16+ requires-python = " >=3.9 "
1717
1818# Classifiers list: https://pypi.org/classifiers/
1919classifiers = [
@@ -27,19 +27,21 @@ classifiers = [
2727 " Programming Language :: Python" ,
2828 " Programming Language :: Python :: 3" ,
2929 " Programming Language :: Python :: 3 :: Only" ,
30- " Programming Language :: Python :: 3.8" ,
3130 " Programming Language :: Python :: 3.9" ,
3231 " Programming Language :: Python :: 3.10" ,
3332 " Programming Language :: Python :: 3.11" ,
3433 " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
3535 " Framework :: Sphinx" ,
3636 " Framework :: Sphinx :: Extension" ,
3737 " Topic :: Documentation" ,
3838 " Topic :: Documentation :: Sphinx" ,
3939 " Topic :: Text Processing" ,
4040 " Topic :: Utilities" ,
4141]
42- dependencies = []
42+ dependencies = [
43+ " Sphinx>=5" ,
44+ ]
4345dynamic = [" version" ]
4446
4547[project .optional-dependencies ]
0 commit comments