Skip to content

Commit a960999

Browse files
authored
Fix python_version
That's what I get for editing after I first woke up on my phone.
1 parent 9451737 commit a960999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run_tests(self):
4444
py_modules=['pep8ext_naming'],
4545
install_requires=['flake8>=5.0.0'],
4646
zip_safe=False,
47-
python_requires='>=3.i',
47+
python_requires='>=3.8',
4848
entry_points={
4949
'flake8.extension': [
5050
'N8 = pep8ext_naming:NamingChecker',

0 commit comments

Comments
 (0)