diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-01 17:49:23 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-01 17:49:23 (GMT) |
commit | 16778d084120c7c20e2ff6a5fe05145a2ad68441 (patch) | |
tree | b150aac0c95efaf07056e5c03922f6558074e18b /testing/framework | |
parent | 8bcbf788a94dd8067ab0e5bccf1c0f0e9bc62a76 (diff) | |
download | SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.zip SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.tar.gz SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.tar.bz2 |
Updates for 3.0.2 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 a874e5a..ee8f0ec 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 = '3.1.0.alpha.yyyymmdd' +default_version = '3.0.2' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |