Skip to content

Commit 4b05c80

Browse files
authored
Merge branch 'master' into open_io
2 parents 8e8e97a + dbf19bc commit 4b05c80

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
SETUP_DIR = os.path.dirname(__file__)
99
README = os.path.join(SETUP_DIR, 'README.rst')
1010

11-
# if python3 runtime and `setup.py install` is called
12-
if sys.version_info.major == 3 and sys.argv[1] == 'install':
13-
print("Aborting installation. CWL Tool doesn't support Python 3 currently.")
14-
print("Install using Python 2 pip.")
15-
exit(1)
16-
1711
try:
1812
import gittaggers
1913

0 commit comments

Comments
 (0)