docs: fix mention of python version

This commit is contained in:
Anton Maklakov
2022-03-04 10:26:41 +07:00
parent 0b992385fb
commit 97c830aedf
2 changed files with 2 additions and 2 deletions

View File

@@ -434,4 +434,4 @@ With some Linux distributions, you may get the ``Failed to open port /dev/ttyUSB
Python compatibility
~~~~~~~~~~~~~~~~~~~~
ESP-IDF supports Python 3.6 or newer. It is recommended to upgrade your operating system to a recent version satisfying this requirement. Other options include the installation of Python from `sources <https://www.python.org/downloads/>`_ or the use of a Python version management system such as `pyenv <https://github.com/pyenv/pyenv>`_.
ESP-IDF supports Python 3.7 or newer. It is recommended to upgrade your operating system to a recent version satisfying this requirement. Other options include the installation of Python from `sources <https://www.python.org/downloads/>`_ or the use of a Python version management system such as `pyenv <https://github.com/pyenv/pyenv>`_.