summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-06-14 12:25:06 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-06-14 12:25:06 -0400
commitbba945305240d352832cc291629bb99a10144ca3 (patch)
tree85ea31ce4f60aa56a5d7287657fef5c74f66d219 /QMTest
parent31e0facfa6f7e44998b9d4a16611277e37c7ab5c (diff)
downloadscons-bba945305240d352832cc291629bb99a10144ca3.tar.gz
changes to prep for 3.0.0 alpha
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index bd23ce65..66d6b23a 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)