mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat: Drop Python 3.8 support
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
# This is a port of detect_python.sh. More information are provided there.
|
||||
|
||||
set OLDEST_PYTHON_SUPPORTED_MAJOR 3
|
||||
set OLDEST_PYTHON_SUPPORTED_MINOR 8
|
||||
set OLDEST_PYTHON_SUPPORTED_MINOR 9
|
||||
|
||||
set -x ESP_PYTHON python
|
||||
|
||||
for p_cmd in python3 python python3.8 python3.9 python3.10 python3.11 python3.12;
|
||||
for p_cmd in python3 python python3.9 python3.10 python3.11 python3.12 python3.13;
|
||||
$p_cmd --version >/dev/null 2>&1; or continue
|
||||
echo "Checking \"$p_cmd\" ..."
|
||||
|
||||
|
Reference in New Issue
Block a user