summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-17 03:18:59 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-17 03:18:59 (GMT)
commit439a120d60a15e13dfc47a80b0022bbc9bdc1b49 (patch)
tree588750d2edaa6332430bd1b4c4dceda48ca03ae9 /testing/framework
parent768958f82dda5870eb94a5327b8b097a87d75175 (diff)
downloadSCons-439a120d60a15e13dfc47a80b0022bbc9bdc1b49.zip
SCons-439a120d60a15e13dfc47a80b0022bbc9bdc1b49.tar.gz
SCons-439a120d60a15e13dfc47a80b0022bbc9bdc1b49.tar.bz2
Post release
Diffstat (limited to 'testing/framework')
-rw-r--r--testing/framework/TestSCons.py2
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)