--- a/scripts/install.py Mon Jun 22 17:55:06 2020 +0200 +++ b/scripts/install.py Tue Jun 23 17:24:18 2020 +0200 @@ -1372,9 +1372,6 @@ if sys.version_info < (3, 5, 0): print('Sorry, you must have Python 3.5.0 or higher.') exit(5) - if sys.version_info[0] > 3: - print('Sorry, eric6 requires Python 3 for running.') - exit(5) try: import xml.etree # __IGNORE_WARNING__