scripts/install-debugclients.py

branch
eric7
changeset 8918
2167e507b277
parent 8881
54e42bc2437a
child 9209
b99e7fd55fd3
--- a/scripts/install-debugclients.py	Sun Jan 09 17:43:29 2022 +0100
+++ b/scripts/install-debugclients.py	Sun Jan 09 17:44:57 2022 +0100
@@ -236,8 +236,8 @@
     global progName, modDir, doCleanup, doCompile, distDir
     global sourceDir
     
-    if sys.version_info < (3, 6, 0) or sys.version_info >= (4, 0, 0):
-        print('Sorry, the eric debugger requires Python 3.6 or better'
+    if sys.version_info < (3, 7, 0) or sys.version_info >= (4, 0, 0):
+        print('Sorry, the eric debugger requires Python 3.7 or better'
               ' for running.')
         exit(5)
     

eric ide

mercurial