Drop Python 3.6

This commit is contained in:
Tomas Sebestik
2022-01-31 07:20:59 +01:00
parent ba348f11b8
commit fb12d03dc3
13 changed files with 32 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ IDF Docker image (``espressif/idf``) is intended for building applications and l
The image contains:
- Common utilities such as git, wget, curl, zip.
- Python 3.6 or newer.
- Python 3.7 or newer.
- A copy of a specific version of ESP-IDF (see below for information about versions). ``IDF_PATH`` environment variable is set, and points to ESP-IDF location in the container.
- All the build tools required for the specific version of ESP-IDF: CMake, ninja, cross-compiler toolchains, etc.
- All Python packages required by ESP-IDF are installed in a virtual environment.