Skip to content

Commit de264ac

Browse files
Add python_requires to setup.cfg (#211)
* Add python_requires to setup.cfg Closes #210 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8285993 commit de264ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ py_modules = flake8_import_order
2727
install_requires =
2828
pycodestyle
2929
setuptools
30+
python_requires > = 3.9
3031
tests_require =
3132
pytest
3233
flake8

0 commit comments

Comments
 (0)