diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-11-22 01:10:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-11-22 01:10:19 (GMT) |
commit | c335e187fb9b2c79fe03489c13cb7859969ed25c (patch) | |
tree | c199f51e70749a375d2951df4e27fa045b471596 /ReleaseConfig | |
parent | 50cc32cf0bfa21919ab95609ceed537895e57b69 (diff) | |
download | SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.zip SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.tar.gz SCons-c335e187fb9b2c79fe03489c13cb7859969ed25c.tar.bz2 |
Update post release changes
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-x | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index f468eda..6e5531f 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -37,7 +37,7 @@ version_tuple = (4, 3, 0, 'a', 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 = (3, 4, 0) +unsupported_python_version = (3, 6, 0) deprecated_python_version = (3, 6, 0) # If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release |