Commit c68d0b96 authored by Tu Nguyen Van's avatar Tu Nguyen Van Committed by Dan Kalowsky
Browse files

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: default avatarTu Nguyen Van <tu.nguyenvan@nxp.com>
parent e1c37f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}")
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
************