Skip to content

Commit

Permalink
Merge pull request #656 from vphilippon/add-python-requires
Browse files Browse the repository at this point in the history
Add 'python_requires=">=3.6"' to match tomli package
  • Loading branch information
hhatto committed Oct 28, 2022
2 parents 06efa44 + 25a95c1 commit d529105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -51,6 +51,7 @@ def version():
],
keywords='automation, pep8, format, pycodestyle',
install_requires=INSTALL_REQUIRES,
python_requires=">=3.6",
test_suite='test.test_autopep8',
py_modules=['autopep8'],
zip_safe=False,
Expand Down

0 comments on commit d529105

Please sign in to comment.