Skip to content

Commit

Permalink
added python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
nnadeau authored Dec 8, 2017
1 parent fe47125 commit 7c56e1c
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 @@ -293,4 +293,5 @@ def run(self):

distclass=Distribution,
cmdclass=cmdclass,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
)

0 comments on commit 7c56e1c

Please sign in to comment.