We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8808a0 commit 5f24c45Copy full SHA for 5f24c45
setup.py
@@ -44,6 +44,7 @@ def run_tests(self):
44
py_modules=['pep8ext_naming'],
45
install_requires=['flake8>=3.9.1'],
46
zip_safe=False,
47
+ python_requires='>=3.7',
48
entry_points={
49
'flake8.extension': [
50
'N8 = pep8ext_naming:NamingChecker',
0 commit comments