Skip to content

Commit 224ea72

Browse files
pre-commit-ci[bot]lcnittl
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 68e5d8b commit 224ea72

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ classifiers =
1919
Operating System :: OS Independent
2020
Programming Language :: Python :: 3
2121
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
2722
Topic :: Documentation :: Sphinx
2823
Topic :: Utilities
2924
download_url = http://pypi.python.org/pypi/sphinxcontrib-email
@@ -36,7 +31,7 @@ packages = find_namespace:
3631
install_requires =
3732
Sphinx>=1.8
3833
lxml>=4.5.2
39-
python_requires = >=3.6
34+
python_requires = >=3.7
4035
include_package_data = True
4136
package_dir =
4237
= src

0 commit comments

Comments
 (0)