Drop support for unsupported Python versions

This commit is contained in:
Roland Dobai
2021-05-26 10:44:20 +02:00
parent 3326cc852f
commit 407053592e
27 changed files with 149 additions and 196 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
if [ -z ${PYTHON_VER+x} ]; then
# Use this version of the Python interpreter if it was not defined before.
# 3.4.8 is the default python3 interpreter in esp32-ci-env
# 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.4.8
PYTHON_VER=3.6.13
fi
if [ -f /opt/pyenv/activate ];