scripts/install-debugclients.py

changeset 7894
4370a8b30648
parent 7836
2f0d208b8137
child 7900
72b88fb20261
diff -r 29d2c2e5b948 -r 4370a8b30648 scripts/install-debugclients.py
--- a/scripts/install-debugclients.py	Fri Dec 18 12:24:33 2020 +0100
+++ b/scripts/install-debugclients.py	Fri Dec 18 12:44:31 2020 +0100
@@ -240,8 +240,8 @@
     global progName, modDir, doCleanup, doCompile, distDir
     global sourceDir
     
-    if sys.version_info < (3, 5, 0) or sys.version_info >= (4, 0, 0):
-        print('Sorry, the eric6 debugger requires Python 3.5 or better'
+    if sys.version_info < (3, 6, 0) or sys.version_info >= (4, 0, 0):
+        print('Sorry, the eric6 debugger requires Python 3.6 or better'
               ' for running.')
         exit(5)
     

eric ide

mercurial