diff --git a/setup.py b/setup.py index 1640cb1df..1045b3d8b 100755 --- a/setup.py +++ b/setup.py @@ -8,12 +8,6 @@ SETUP_DIR = os.path.dirname(__file__) README = os.path.join(SETUP_DIR, 'README.rst') -# if python3 runtime and `setup.py install` is called -if sys.version_info.major == 3 and sys.argv[1] == 'install': - print("Aborting installation. CWL Tool doesn't support Python 3 currently.") - print("Install using Python 2 pip.") - exit(1) - try: import gittaggers