Skip to content

Commit 5f24c45

Browse files
authored
Add python_requires to enforce Python version (#206)
1 parent c8808a0 commit 5f24c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def run_tests(self):
4444
py_modules=['pep8ext_naming'],
4545
install_requires=['flake8>=3.9.1'],
4646
zip_safe=False,
47+
python_requires='>=3.7',
4748
entry_points={
4849
'flake8.extension': [
4950
'N8 = pep8ext_naming:NamingChecker',

0 commit comments

Comments
 (0)