diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-08-01 03:44:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-08-01 03:44:22 (GMT) |
commit | 6535544584f4faaf25e2f1bb3cee0fca4abf83c1 (patch) | |
tree | 0eb3f93ea04682b47cc9e754aefa010ee19a02b8 /testing | |
parent | 43e1da1f024dc8185a095b9d1e3058b8a4b6ab35 (diff) | |
download | SCons-6535544584f4faaf25e2f1bb3cee0fca4abf83c1.zip SCons-6535544584f4faaf25e2f1bb3cee0fca4abf83c1.tar.gz SCons-6535544584f4faaf25e2f1bb3cee0fca4abf83c1.tar.bz2 |
Post 4.2.0 merge/reset to development mode
Diffstat (limited to 'testing')
-rw-r--r-- | testing/framework/TestSCons.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py index 5cd9db9..675cd75 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -54,11 +54,11 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '4.1.1ayyyymmdd' +default_version = '4.3.0ayyyymmdd' # TODO: these need to be hand-edited when there are changes -python_version_unsupported = (3, 4, 0) # highest unsupported version -python_version_deprecated = (3, 5, 0) # deprecated version +python_version_unsupported = (3, 4, 0) +python_version_deprecated = (3, 6, 0) python_version_supported_str = "3.6.0" # str of lowest non-deprecated version # In the checked-in source, the value of SConsVersion in the following |