diff options
author | Mats Wichmann <mats@linux.com> | 2021-03-28 14:15:51 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-03-28 14:19:35 (GMT) |
commit | 79db762251d94ce28dd5ae250e100757f18b36d7 (patch) | |
tree | 7190efe443c477b018f6b06e7b53a45775a59f48 /testing | |
parent | 693dd796c0a155e9c63412cc944bea3e336d726d (diff) | |
download | SCons-79db762251d94ce28dd5ae250e100757f18b36d7.zip SCons-79db762251d94ce28dd5ae250e100757f18b36d7.tar.gz SCons-79db762251d94ce28dd5ae250e100757f18b36d7.tar.bz2 |
Deprecate Python 3.5.
Signed-off-by: Mats Wichmann <mats@linux.com>
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 c02be7a..5937bad 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -58,7 +58,7 @@ from TestCmd import PIPE default_version = '4.1.1ayyyymmdd' python_version_unsupported = (3, 4, 0) -python_version_deprecated = (3, 4, 0) +python_version_deprecated = (3, 5, 0) # In the checked-in source, the value of SConsVersion in the following # line must remain "__ VERSION __" (without the spaces) so the built |