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 68e5d8b commit 224ea72Copy full SHA for 224ea72
setup.cfg
@@ -19,11 +19,6 @@ classifiers =
19
Operating System :: OS Independent
20
Programming Language :: Python :: 3
21
Programming Language :: Python :: 3 :: Only
22
- Programming Language :: Python :: 3.6
23
- Programming Language :: Python :: 3.7
24
- Programming Language :: Python :: 3.8
25
- Programming Language :: Python :: 3.9
26
- Programming Language :: Python :: 3.10
27
Topic :: Documentation :: Sphinx
28
Topic :: Utilities
29
download_url = http://pypi.python.org/pypi/sphinxcontrib-email
@@ -36,7 +31,7 @@ packages = find_namespace:
36
31
install_requires =
37
32
Sphinx>=1.8
38
33
lxml>=4.5.2
39
-python_requires = >=3.6
34
+python_requires = >=3.7
40
35
include_package_data = True
41
package_dir =
42
= src
0 commit comments