Skip to content

Commit b652e8f

Browse files
authoredMay 17, 2024··
Merge pull request #231 from PyCQA/sigmavirus24-patch-1
Update setup.py
2 parents c0bcb7f + a960999 commit b652e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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.7',
47+
python_requires='>=3.8',
4848
entry_points={
4949
'flake8.extension': [
5050
'N8 = pep8ext_naming:NamingChecker',

0 commit comments

Comments
 (0)
Please sign in to comment.