scripts/install.py

changeset 7637
c878e8255972
parent 7628
f904d0eef264
child 7639
422fd05e9c91
diff -r 61566f35ab22 -r c878e8255972 scripts/install.py
--- 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__

eric ide

mercurial