From 0cc327a2df3b33a793d3aa7865f8499d152319c9 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 22 Feb 2013 15:02:18 -0800 Subject: Raised deprecated python version to be anything less than 2.7 to prep for moving the required version to 2.7 after the next major release --- src/engine/SCons/Script/Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/Script/Main.py b/src/engine/SCons/Script/Main.py index 2524ab0..e379a39 100644 --- a/src/engine/SCons/Script/Main.py +++ b/src/engine/SCons/Script/Main.py @@ -11,7 +11,7 @@ it goes here. """ unsupported_python_version = (2, 3, 0) -deprecated_python_version = (2, 4, 0) +deprecated_python_version = (2, 7, 0) # __COPYRIGHT__ # -- cgit v0.12