Browse Source

Revert "doc: correct python minimum required"

This reverts commit c68d0b9630.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
pull/91826/merge
Benjamin Cabé 6 days ago committed by Daniel DeGrasse
parent
commit
33d6061fe7
  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.1)
set(PYTHON_MINIMUM_REQUIRED 3.12)
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.1
- 3.12
* - `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.1 (from 3.10).
* The minimum required Python version is now 3.12 (from 3.10).
Build System
************

Loading…
Cancel
Save