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
commit2f299bc5477f48c6f55eccf6062283cead3b7691 (patch)
treee3b26484592c962589cc4d31d1e8b41a3a6dac54
parente8b5a3804ce29f7ec278cb72526f9c93a41a97ae (diff)
downloadscons-2f299bc5477f48c6f55eccf6062283cead3b7691.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 2524ab0d..e379a39f 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__
#