diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-17 03:16:57 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-17 03:16:57 (GMT) |
commit | 8dfc5359e91a3132e11e4882bd44f95dada8b2b3 (patch) | |
tree | ea3dcf9a353db96d1b197806835efd1c048f17cb /testing/framework | |
parent | db369749a837e83110281e00241f58e516428ad6 (diff) | |
download | SCons-8dfc5359e91a3132e11e4882bd44f95dada8b2b3.zip SCons-8dfc5359e91a3132e11e4882bd44f95dada8b2b3.tar.gz SCons-8dfc5359e91a3132e11e4882bd44f95dada8b2b3.tar.bz2 |
Post relaase
Diffstat (limited to 'testing/framework')
-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 9ffae9b..0a3f8ee 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -35,7 +35,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '4.1.0.devyyyymmdd' +default_version = '4.2.0ayyyymmdd' python_version_unsupported = (3, 4, 0) python_version_deprecated = (3, 4, 0) |