We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c34d0 commit a9d62beCopy full SHA for a9d62be
setup.cfg
@@ -18,10 +18,6 @@ classifiers =
18
Programming Language :: Python
19
Programming Language :: Python :: 3
20
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
25
Programming Language :: Python :: Implementation :: CPython
26
Topic :: Software Development :: Libraries :: Python Modules
27
@@ -30,7 +26,7 @@ packages = find:
30
install_requires =
31
cached-property
32
28
lxml>=2.2
33
-python_requires = >=3.7
29
+python_requires = >=3.9
34
35
[options.packages.find]
36
exclude =
0 commit comments