diff options
Diffstat (limited to 'testing/framework/TestSCons.py')
-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) |