feat: Drop Python 3.7 support

This commit is contained in:
radim.karnis
2023-07-19 11:08:24 +02:00
parent 31d87a0c59
commit 8acde05a5c
13 changed files with 21 additions and 22 deletions

View File

@@ -119,7 +119,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.7+.
ESP-IDF works well with Python version 3.8+.
``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.