summaryrefslogtreecommitdiff
path: root/ReleaseConfig
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-12-10 18:01:37 +0100
committerDirk Baechle <dl9obn@darc.de>2015-12-10 18:01:37 +0100
commit116e6ff0e0b446323532b33a6018249e97e92e3b (patch)
treed88708df964dc576ad2a85eedd9ef08cd29a0240 /ReleaseConfig
parent7da3d7d21c8ab47b73b3cd0733edecf314258d83 (diff)
downloadscons-116e6ff0e0b446323532b33a6018249e97e92e3b.tar.gz
removed several pre-2.7 methods and imports, including some basic refactorings
Diffstat (limited to 'ReleaseConfig')
-rw-r--r--ReleaseConfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig
index ced44c68..e1f462ac 100644
--- a/ReleaseConfig
+++ b/ReleaseConfig
@@ -38,7 +38,7 @@ version_tuple = (2, 4, 2, 'alpha', 0)
# when that version is used. Python versions prior to deprecate_python_version
# cause a warning to be issued (assuming it's not disabled). These values are
# mandatory and must be present in the configuration file.
-unsupported_python_version = (2, 3, 0)
+unsupported_python_version = (2, 6, 0)
deprecated_python_version = (2, 7, 0)
# If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release