diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-11-22 01:10:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-11-22 01:10:19 (GMT) |
commit | c335e187fb9b2c79fe03489c13cb7859969ed25c (patch) | |
tree | c199f51e70749a375d2951df4e27fa045b471596 /SCons/Script/Main.py | |
parent | 50cc32cf0bfa21919ab95609ceed537895e57b69 (diff) | |
download | SCons-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.py | 2 |
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 |