Skip to content

Commit f8e8c7c

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Operating System :: OS Independent
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3
20+
Programming Language :: Python :: 3 :: Only
2021
Programming Language :: Python :: Implementation :: PyPy
2122
Topic :: Software Development :: Libraries :: Python Modules
2223
Topic :: Software Development :: Quality Assurance
@@ -27,6 +28,7 @@ py_modules = flake8_import_order
2728
install_requires =
2829
pycodestyle
2930
setuptools
31+
python_requires = >=3.9
3032
python_requires > = 3.9
3133
tests_require =
3234
pytest

0 commit comments

Comments
 (0)