We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4effb33 commit 2803e73Copy full SHA for 2803e73
setup.py
@@ -10,7 +10,7 @@
10
url='https://github.com/trailofbits/pyevmasm',
11
license='Apache License 2.0',
12
packages=['pyevmasm'],
13
- python_requires='>2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
+ python_requires='>2.7',
14
install_requires=[
15
'future'
16
],
0 commit comments