Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/48513 )

Change subject: scons: Update the minimum version of python to 3.6.
......................................................................

scons: Update the minimum version of python to 3.6.

The gem5 website says the minimum version of python is 3.6, but SCons
was only enforcing version 3.0.

Change-Id: I50e406538b29d2ee469d5fcc16cd509cfa6a7540
---
M site_scons/site_init.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/site_scons/site_init.py b/site_scons/site_init.py
index 3507373..6a03d84 100644
--- a/site_scons/site_init.py
+++ b/site_scons/site_init.py
@@ -53,7 +53,7 @@

 # Check for the python version. Python 2 is no longer supported.
 try:
-    EnsurePythonVersion(3, 0)
+    EnsurePythonVersion(3, 6)
 except SystemExit as e:
     print("""\033[93m
 Python 3 is now required.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/48513
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I50e406538b29d2ee469d5fcc16cd509cfa6a7540
Gerrit-Change-Number: 48513
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to