Commit 33d6061f authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Daniel DeGrasse
Browse files

Revert "doc: correct python minimum required"



This reverts commit c68d0b96.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent daf5584c
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.1)
set(PYTHON_MINIMUM_REQUIRED 3.12)

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.1
     - 3.12

   * - `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.1 (from 3.10).
* The minimum required Python version is now 3.12 (from 3.10).

Build System
************