Skip to content

Commit a9d62be

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 43c34d0 commit a9d62be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.cfg

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ classifiers =
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3
2020
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.7
22-
Programming Language :: Python :: 3.8
23-
Programming Language :: Python :: 3.9
24-
Programming Language :: Python :: 3.10
2521
Programming Language :: Python :: Implementation :: CPython
2622
Topic :: Software Development :: Libraries :: Python Modules
2723

@@ -30,7 +26,7 @@ packages = find:
3026
install_requires =
3127
cached-property
3228
lxml>=2.2
33-
python_requires = >=3.7
29+
python_requires = >=3.9
3430

3531
[options.packages.find]
3632
exclude =

0 commit comments

Comments
 (0)