mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 03:44:59 +00:00
7b33262d26
ESP-IDF v4.4 supports Python 3.6 or newer. F-strings are available there but idf_tools.py can fail if run with older Pythons because the Python version check is done later. Closes https://github.com/espressif/esp-idf/issues/8890