diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-06-14 16:25:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-06-14 16:25:06 (GMT) |
commit | 15906a8f315b983279d0a6f8867ef1c15f6a0f4f (patch) | |
tree | 85ea31ce4f60aa56a5d7287657fef5c74f66d219 /QMTest | |
parent | cce1fd3b26037b4dd0044a4b1795ec5c98f0bf3b (diff) | |
download | SCons-15906a8f315b983279d0a6f8867ef1c15f6a0f4f.zip SCons-15906a8f315b983279d0a6f8867ef1c15f6a0f4f.tar.gz SCons-15906a8f315b983279d0a6f8867ef1c15f6a0f4f.tar.bz2 |
changes to prep for 3.0.0 alpha
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index bd23ce6..66d6b23 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/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 = '2.5.0' +default_version = '3.0.0.alpha.20170614' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |