summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-19 20:17:11 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-19 20:17:11 (GMT)
commitb9e70b2701c47a45e7317cd64cc1d50857885f8a (patch)
treefe21f4d42b592e9a984ee813d9ac06dfaa35b176 /testing/framework
parentdc58c175da659d6c0bb3e049ba56fb42e77546cd (diff)
downloadSCons-b9e70b2701c47a45e7317cd64cc1d50857885f8a.zip
SCons-b9e70b2701c47a45e7317cd64cc1d50857885f8a.tar.gz
SCons-b9e70b2701c47a45e7317cd64cc1d50857885f8a.tar.bz2
[ci skip] update post release
Diffstat (limited to 'testing/framework')
-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 d1143e0..0783da4 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.0.2ayyyymmdd'
+default_version = '4.1.1ayyyymmdd'
python_version_unsupported = (3, 4, 0)
python_version_deprecated = (3, 4, 0)