We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8133e commit f8e8c7cCopy full SHA for f8e8c7c
setup.cfg
@@ -17,6 +17,7 @@ classifiers =
17
Operating System :: OS Independent
18
Programming Language :: Python
19
Programming Language :: Python :: 3
20
+ Programming Language :: Python :: 3 :: Only
21
Programming Language :: Python :: Implementation :: PyPy
22
Topic :: Software Development :: Libraries :: Python Modules
23
Topic :: Software Development :: Quality Assurance
@@ -27,6 +28,7 @@ py_modules = flake8_import_order
27
28
install_requires =
29
pycodestyle
30
setuptools
31
+python_requires = >=3.9
32
python_requires > = 3.9
33
tests_require =
34
pytest
0 commit comments