Drop Python 3.6

This commit is contained in:
Tomas Sebestik
2022-01-31 07:20:59 +01:00
parent ba348f11b8
commit fb12d03dc3
13 changed files with 32 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ if [ -z ${PYTHON_VER+x} ]; then
# Use this version of the Python interpreter if it was not defined before.
# 3.6.13 is the default python3 interpreter in esp32-ci-env
# Jobs which doesn't support this version should define PYTHON_VER themselves
PYTHON_VER=3.6.13
PYTHON_VER=3.7.10
fi
if [ -f /opt/pyenv/activate ];