mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-08 01:17:07 +00:00
Drop Python 3.6
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user