Browse Source

doc: correct python minimum required

Fixes #92059

Update getting started guide, migration-guide and
python.cmake to use Python 3.12.1 as minimum supported
version

Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
pull/89290/head
Tu Nguyen Van 2 weeks ago committed by Dan Kalowsky
parent
commit
c68d0b9630
  1. 2
      cmake/modules/python.cmake
  2. 2
      doc/develop/getting_started/index.rst
  3. 2
      doc/releases/migration-guide-4.2.rst

2
cmake/modules/python.cmake

@ -11,7 +11,7 @@ if (WIN32) @@ -11,7 +11,7 @@ if (WIN32)
set(ENV{PYTHONIOENCODING} "utf-8")
endif()
set(PYTHON_MINIMUM_REQUIRED 3.12)
set(PYTHON_MINIMUM_REQUIRED 3.12.1)
if(NOT DEFINED Python3_EXECUTABLE AND DEFINED WEST_PYTHON)
set(Python3_EXECUTABLE "${WEST_PYTHON}")

2
doc/develop/getting_started/index.rst

@ -62,7 +62,7 @@ The current minimum required version for the main dependencies are: @@ -62,7 +62,7 @@ The current minimum required version for the main dependencies are:
- 3.20.5
* - `Python <https://www.python.org/>`_
- 3.12
- 3.12.1
* - `Devicetree compiler <https://www.devicetree.org/>`_
- 1.4.6

2
doc/releases/migration-guide-4.2.rst

@ -23,7 +23,7 @@ the :ref:`release notes<zephyr_4.2>`. @@ -23,7 +23,7 @@ the :ref:`release notes<zephyr_4.2>`.
Common
******
* The minimum required Python version is now 3.12 (from 3.10).
* The minimum required Python version is now 3.12.1 (from 3.10).
Build System
************

Loading…
Cancel
Save