diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-04 23:07:42 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-04 23:07:42 (GMT) |
commit | f53ea8b0bffbccc9915f6460aa5dceb6d89dbfa3 (patch) | |
tree | f8ab2aadc7c7c69df96d3f6afca994727b2460f4 /testing | |
parent | ad3f21fbf0667f5b654771176d29dbdf75d9b120 (diff) | |
download | SCons-f53ea8b0bffbccc9915f6460aa5dceb6d89dbfa3.zip SCons-f53ea8b0bffbccc9915f6460aa5dceb6d89dbfa3.tar.gz SCons-f53ea8b0bffbccc9915f6460aa5dceb6d89dbfa3.tar.bz2 |
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 00bddd2..9ffae9b 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -35,10 +35,10 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '3.1.2' +default_version = '4.1.0.devyyyymmdd' -python_version_unsupported = (2, 6, 0) -python_version_deprecated = (2, 7, 0) +python_version_unsupported = (3, 4, 0) +python_version_deprecated = (3, 4, 0) # In the checked-in source, the value of SConsVersion in the following # line must remain "__ VERSION __" (without the spaces) so the built |