We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6026466 + fd3bd51 commit 254e8aeCopy full SHA for 254e8ae
setup.py
@@ -41,6 +41,7 @@ def run(self):
41
url='https://github.com/pytest-dev/pytest-localserver',
42
43
packages=['pytest_localserver'],
44
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
45
install_requires=[
46
'werkzeug>=0.10'
47
],
0 commit comments