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 f65392d commit c4534eeCopy full SHA for c4534ee
setup.cfg
@@ -14,7 +14,6 @@ classifiers =
14
Environment :: Web Environment
15
Framework :: Sphinx :: Extension
16
Intended Audience :: Developers
17
- License :: OSI Approved :: BSD License
18
Operating System :: OS Independent
19
Programming Language :: Python :: 3
20
Programming Language :: Python :: 3 :: Only
@@ -30,7 +29,7 @@ packages = find_namespace:
30
29
install_requires =
31
Sphinx>=1.8
32
lxml>=4.5.2
33
-python_requires = >=3.8
+python_requires = >=3.9
34
include_package_data = True
35
package_dir =
36
= src
0 commit comments