diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-07-08 00:19:09 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-07-08 00:19:09 (GMT) |
commit | 3b10709c1a5486d3e018effd27d85e55807afc56 (patch) | |
tree | 9fdb0d2e3f13bb8a5f0ac834b8ea0cc292dd053b /testing | |
parent | d8c76e2d78c8dfcf7d6deba1ec127352f62c4227 (diff) | |
download | SCons-3b10709c1a5486d3e018effd27d85e55807afc56.zip SCons-3b10709c1a5486d3e018effd27d85e55807afc56.tar.gz SCons-3b10709c1a5486d3e018effd27d85e55807afc56.tar.bz2 |
Return master to development mode post release
Diffstat (limited to 'testing')
-rw-r--r-- | testing/framework/TestSCons.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py index e0b4537..c4ba199 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -55,11 +55,11 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '4.7.1ayyyymmdd' +default_version = '4.9.0ayyyymmdd' # TODO: these need to be hand-edited when there are changes python_version_unsupported = (3, 6, 0) -python_version_deprecated = (3, 7, 0) # lowest non-deprecated Python +python_version_deprecated = (3, 7, 0) python_version_supported_str = "3.7.0" # str of lowest non-deprecated Python SConsVersion = default_version |