Skip to content

Commit

Permalink
Merge pull request #15 from carver/min-python
Browse files Browse the repository at this point in the history
Require minimum python version during setup
  • Loading branch information
carver committed Apr 10, 2018
2 parents 39f55c9 + d83db8d commit 8ce7925
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 @@ -54,6 +54,7 @@
install_requires=[
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.5, <4',
extras_require=extras_require,
py_modules=['eth_hash'],
license="MIT",
Expand Down

0 comments on commit 8ce7925

Please sign in to comment.