Skip to content

Commit

Permalink
simplify setup.py branches (pyca#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Jul 22, 2017
1 parent 0a8bdff commit bacff94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@
]
setup_requirements = []

if sys.version_info < (3, 4):
if sys.version_info < (3,):
requirements.append("enum34")

if sys.version_info < (3, 3):
requirements.append("ipaddress")

if platform.python_implementation() == "PyPy":
Expand Down

0 comments on commit bacff94

Please sign in to comment.