summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2013-02-22 15:02:18 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2013-02-22 15:02:18 -0800
commit0cc327a2df3b33a793d3aa7865f8499d152319c9 (patch)
treeef247ec6d8eea368dfa0ebfad33b06a397d12ca2
parentae209a9d3a058dd88f5b5d4d47eb0d97d1f49596 (diff)
downloadscons-git-0cc327a2df3b33a793d3aa7865f8499d152319c9.tar.gz
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
-rw-r--r--src/engine/SCons/Script/Main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Script/Main.py b/src/engine/SCons/Script/Main.py
index 2524ab0d3..e379a39f1 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__
#