@@ -13,7 +13,7 @@ urls.Download = "https://pypi.org/project/sphinxcontrib-applehelp/"
13
13
urls.Homepage = " https://www.sphinx-doc.org/"
14
14
urls."Issue tracker" = " https://github.com/sphinx-doc/sphinx/issues"
15
15
license.text = " BSD-2-Clause"
16
- requires-python = " >=3.8 "
16
+ requires-python = " >=3.9 "
17
17
18
18
# Classifiers list: https://pypi.org/classifiers/
19
19
classifiers = [
@@ -27,19 +27,21 @@ classifiers = [
27
27
" Programming Language :: Python" ,
28
28
" Programming Language :: Python :: 3" ,
29
29
" Programming Language :: Python :: 3 :: Only" ,
30
- " Programming Language :: Python :: 3.8" ,
31
30
" Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
33
32
" Programming Language :: Python :: 3.11" ,
34
33
" Programming Language :: Python :: 3.12" ,
34
+ " Programming Language :: Python :: 3.13" ,
35
35
" Framework :: Sphinx" ,
36
36
" Framework :: Sphinx :: Extension" ,
37
37
" Topic :: Documentation" ,
38
38
" Topic :: Documentation :: Sphinx" ,
39
39
" Topic :: Text Processing" ,
40
40
" Topic :: Utilities" ,
41
41
]
42
- dependencies = []
42
+ dependencies = [
43
+ " Sphinx>=5" ,
44
+ ]
43
45
dynamic = [" version" ]
44
46
45
47
[project .optional-dependencies ]
0 commit comments