scripts/install-debugclients.py

branch
eric7
changeset 11022
95c889f18a21
parent 10959
377ef1594e36
child 11090
f5f5f5803935
--- a/scripts/install-debugclients.py	Thu Oct 31 10:58:00 2024 +0100
+++ b/scripts/install-debugclients.py	Thu Oct 31 14:36:11 2024 +0100
@@ -351,8 +351,8 @@
         print("\n")
 
     # perform dependency checks
-    if sys.version_info < (3, 8, 0) or sys.version_info >= (3, 14, 0):
-        print("Sorry, you must have Python 3.8.0 or higher, but less 3.13.0.")
+    if sys.version_info < (3, 9, 0) or sys.version_info >= (3, 14, 0):
+        print("Sorry, you must have Python 3.9.0 or higher, but less 3.14.0.")
         print("Yours is {0}.".format(".".join(str(v) for v in sys.version_info[:3])))
         exit(5)
 
@@ -446,8 +446,8 @@
     global modDir, doCleanup, doCompile, distDir, proxy
     global sourceDir, eric7SourceDir
 
-    if sys.version_info < (3, 8, 0) or sys.version_info >= (4, 0, 0):
-        print("Sorry, the eric debugger requires Python 3.8 or better for running.")
+    if sys.version_info < (3, 9, 0) or sys.version_info >= (4, 0, 0):
+        print("Sorry, the eric debugger requires Python 3.9 or better for running.")
         exit(5)
 
     if os.path.dirname(argv[0]):

eric ide

mercurial