diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-03-26 23:15:48 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-03-26 23:15:48 (GMT) |
commit | a56bbd8c09fb219ab8a9673330ffcd55279219d0 (patch) | |
tree | bf074d6bd18f0ced68fde4fb7613d655cebf22a3 /testing | |
parent | ae01412ebfb2a00f943a0e6fa15e22f49db46434 (diff) | |
download | SCons-a56bbd8c09fb219ab8a9673330ffcd55279219d0.zip SCons-a56bbd8c09fb219ab8a9673330ffcd55279219d0.tar.gz SCons-a56bbd8c09fb219ab8a9673330ffcd55279219d0.tar.bz2 |
Release file updates for Release 3.0.53.0.5
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 ad197d7..91a443e 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.0.5.alpha.yyyymmdd' +default_version = '3.0.5' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |