Skip to content

Commit

Permalink
Fix python_version
Browse files Browse the repository at this point in the history
That's what I get for editing after I first woke up on my phone.
  • Loading branch information
sigmavirus24 committed May 17, 2024
1 parent 9451737 commit a960999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):
py_modules=['pep8ext_naming'],
install_requires=['flake8>=5.0.0'],
zip_safe=False,
python_requires='>=3.i',
python_requires='>=3.8',
entry_points={
'flake8.extension': [
'N8 = pep8ext_naming:NamingChecker',
Expand Down

0 comments on commit a960999

Please sign in to comment.