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 f167081 commit 522de94Copy full SHA for 522de94
setup.cfg
@@ -14,8 +14,6 @@ classifiers =
14
Environment :: Web Environment
15
Framework :: Sphinx :: Extension
16
Intended Audience :: Developers
17
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
18
- License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
19
Operating System :: OS Independent
20
Programming Language :: Python :: 3
21
Programming Language :: Python :: 3 :: Only
@@ -31,7 +29,7 @@ packages = find_namespace:
31
29
install_requires =
32
30
Sphinx>=1.8
33
gitpython>=3.1.8
34
-python_requires = >=3.8
+python_requires = >=3.9
35
include_package_data = True
36
package_dir =
37
= src
0 commit comments