Skip to content

Commit 254e8ae

Browse files
authored
Merge pull request #24 from pytest-dev/require-python-version/1/dev
List required Python version as 2.7 or 3.3+
2 parents 6026466 + fd3bd51 commit 254e8ae

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
@@ -41,6 +41,7 @@ def run(self):
4141
url='https://github.com/pytest-dev/pytest-localserver',
4242

4343
packages=['pytest_localserver'],
44+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
4445
install_requires=[
4546
'werkzeug>=0.10'
4647
],

0 commit comments

Comments
 (0)