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.
2 parents 4f4012c + a7f55e2 commit e61dcbcCopy full SHA for e61dcbc
setup.cfg
@@ -20,10 +20,10 @@ classifiers =
20
Programming Language :: Python :: 3.9
21
Programming Language :: Python :: Implementation :: CPython
22
Programming Language :: Python :: Implementation :: PyPy
23
-python_requires = ">=3.7"
24
25
[options]
26
packages = find:
+python_requires = >=3.7
27
install_requires =
28
attrs>=17.4.0
29
importlib_metadata;python_version<'3.8'
0 commit comments