diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-17 03:18:59 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-17 03:18:59 (GMT) |
commit | 439a120d60a15e13dfc47a80b0022bbc9bdc1b49 (patch) | |
tree | 588750d2edaa6332430bd1b4c4dceda48ca03ae9 /testing/framework | |
parent | 768958f82dda5870eb94a5327b8b097a87d75175 (diff) | |
download | SCons-439a120d60a15e13dfc47a80b0022bbc9bdc1b49.zip SCons-439a120d60a15e13dfc47a80b0022bbc9bdc1b49.tar.gz SCons-439a120d60a15e13dfc47a80b0022bbc9bdc1b49.tar.bz2 |
Post release
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 0a3f8ee..9e2783f 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.2.0ayyyymmdd' +default_version = '4.0.2ayyyymmdd' python_version_unsupported = (3, 4, 0) python_version_deprecated = (3, 4, 0) |