summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-04 20:45:23 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-04 20:45:23 (GMT)
commit654917a96b9d36c0498b7bd344e1487a6cfa1966 (patch)
treea2e7bfdbf14a7825798db29361268da45f52bdf1
parentb6146ebfb1e7a8fa2631a0696c213ca05ca86e57 (diff)
downloadSCons-654917a96b9d36c0498b7bd344e1487a6cfa1966.zip
SCons-654917a96b9d36c0498b7bd344e1487a6cfa1966.tar.gz
SCons-654917a96b9d36c0498b7bd344e1487a6cfa1966.tar.bz2
fix unsupported python versions
-rwxr-xr-xReleaseConfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseConfig b/ReleaseConfig
index e4ec4f3..d1a9ebc 100755
--- a/ReleaseConfig
+++ b/ReleaseConfig
@@ -38,8 +38,8 @@ version_tuple = (4,0,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, 7, 0)
-deprecated_python_version = (2, 7, 0)
+unsupported_python_version = (3, 4, 0)
+deprecated_python_version = (3, 4, 0)
# If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release
# date and time. If release_date is (yyyy, mm, dd), it is used for the