Skip to content

Commit

Permalink
Add python version constraint like in pytest-dev/pluggy#106.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Nov 24, 2017
1 parent da66172 commit a7328c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def run(self):
'pytest>=2.9',
'coverage>=4.0'
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
extras_require={
},
entry_points={
Expand Down

0 comments on commit a7328c7

Please sign in to comment.