diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-08-08 01:11:27 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-08-08 01:11:27 (GMT) |
commit | 72ae09dc35ac2626f8ff711d8c4b30b6138e08e3 (patch) | |
tree | 7f7b91273b8d0f18e75c008b08b199cc5b369e52 /testing | |
parent | fdae63a03255af622ac21b50e200036fea951388 (diff) | |
download | SCons-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.py | 2 |
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) |