Merge pull request #5605 from certbot/rm-eol-2.6

Drop Python 2.6 and 3.3 support
This commit is contained in:
Brad Warren
2018-02-26 13:34:50 -08:00
committed by GitHub
35 changed files with 180 additions and 252 deletions
@@ -249,7 +249,7 @@ DeprecationBootstrap() {
fi
}
MIN_PYTHON_VERSION="2.6"
MIN_PYTHON_VERSION="2.7"
MIN_PYVER=$(echo "$MIN_PYTHON_VERSION" | sed 's/\.//')
# Sets LE_PYTHON to Python version string and PYVER to the first two
# digits of the python version