summaryrefslogtreecommitdiffstats
path: root/SCons/Script/Main.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-11-22 01:10:19 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-11-22 01:10:19 (GMT)
commitc335e187fb9b2c79fe03489c13cb7859969ed25c (patch)
treec199f51e70749a375d2951df4e27fa045b471596 /SCons/Script/Main.py
parent50cc32cf0bfa21919ab95609ceed537895e57b69 (diff)
downloadSCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.zip
SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.tar.gz
SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.tar.bz2
Update post release changes
Diffstat (limited to 'SCons/Script/Main.py')
-rw-r--r--SCons/Script/Main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Script/Main.py b/SCons/Script/Main.py
index 1b17706..c09ebb8 100644
--- a/SCons/Script/Main.py
+++ b/SCons/Script/Main.py
@@ -32,7 +32,7 @@ it goes here.
"""
# these define the range of versions SCons supports
-unsupported_python_version = (3, 5, 0)
+unsupported_python_version = (3, 6, 0)
deprecated_python_version = (3, 6, 0)
import SCons.compat