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 29bd1235e..6bc5c060b 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -55,7 +55,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '4.3.0ayyyymmdd' +default_version = '4.4.0ayyyymmdd' # TODO: these need to be hand-edited when there are changes python_version_unsupported = (3, 4, 0) |