Skip to content

Commit

Permalink
Add python_requires to enforce Python version (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopackgo90 committed Aug 18, 2022
1 parent c8808a0 commit 5f24c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def run_tests(self):
py_modules=['pep8ext_naming'],
install_requires=['flake8>=3.9.1'],
zip_safe=False,
python_requires='>=3.7',
entry_points={
'flake8.extension': [
'N8 = pep8ext_naming:NamingChecker',
Expand Down

0 comments on commit 5f24c45

Please sign in to comment.