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 /SCons/Script | |
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 'SCons/Script')
-rw-r--r-- | SCons/Script/Main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Script/Main.py b/SCons/Script/Main.py index 59ffbb7..29906ad 100644 --- a/SCons/Script/Main.py +++ b/SCons/Script/Main.py @@ -33,7 +33,7 @@ it goes here. # these define the range of versions SCons supports unsupported_python_version = (3, 4, 0) -deprecated_python_version = (3, 4, 0) +deprecated_python_version = (3, 5, 0) import SCons.compat |