mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat: Drop Python 3.8 support
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -131,7 +131,7 @@ For more detailed information about integrating ESP-IDF with CMake into an IDE,
|
||||
Setting up the Python Interpreter
|
||||
---------------------------------
|
||||
|
||||
ESP-IDF works well with Python version 3.8+.
|
||||
ESP-IDF works well with Python version 3.9+.
|
||||
|
||||
``idf.py`` and other Python scripts will run with the default Python interpreter, i.e., ``python``. You can switch to a different one like ``python3 $IDF_PATH/tools/idf.py ...``, or you can set up a shell alias or another script to simplify the command.
|
||||
|
||||
|
Reference in New Issue
Block a user