Skip to content

Commit 2803e73

Browse files
committed
Fix python version requirements in setup.py
1 parent 4effb33 commit 2803e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url='https://github.com/trailofbits/pyevmasm',
1111
license='Apache License 2.0',
1212
packages=['pyevmasm'],
13-
python_requires='>2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
13+
python_requires='>2.7',
1414
install_requires=[
1515
'future'
1616
],

0 commit comments

Comments
 (0)