summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-08-08 01:11:27 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-08-08 01:11:27 (GMT)
commit72ae09dc35ac2626f8ff711d8c4b30b6138e08e3 (patch)
tree7f7b91273b8d0f18e75c008b08b199cc5b369e52 /testing
parentfdae63a03255af622ac21b50e200036fea951388 (diff)
downloadSCons-72ae09dc35ac2626f8ff711d8c4b30b6138e08e3.zip
SCons-72ae09dc35ac2626f8ff711d8c4b30b6138e08e3.tar.gz
SCons-72ae09dc35ac2626f8ff711d8c4b30b6138e08e3.tar.bz2
Changes for 3.1.1 release3.1.1
Diffstat (limited to 'testing')
-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 89ad43b..7dc9e74 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'
+default_version = '3.1.1'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)