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 /testing | |
parent | 50cc32cf0bfa21919ab95609ceed537895e57b69 (diff) | |
download | SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.zip SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.tar.gz SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.tar.bz2 |
Update post release changes
Diffstat (limited to 'testing')
-rw-r--r-- | testing/framework/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py index 29bd123..99764c5 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -58,7 +58,7 @@ from TestCmd import PIPE default_version = '4.3.0ayyyymmdd' # TODO: these need to be hand-edited when there are changes -python_version_unsupported = (3, 4, 0) +python_version_unsupported = (3, 6, 0) python_version_deprecated = (3, 6, 0) python_version_supported_str = "3.6.0" # str of lowest non-deprecated version |