Skip to content

Commit 33d6061

Browse files
kartbendanieldegrasse
authored andcommitted
Revert "doc: correct python minimum required"
This reverts commit c68d0b9. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent daf5584 commit 33d6061

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/modules/python.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (WIN32)
1111
set(ENV{PYTHONIOENCODING} "utf-8")
1212
endif()
1313

14-
set(PYTHON_MINIMUM_REQUIRED 3.12.1)
14+
set(PYTHON_MINIMUM_REQUIRED 3.12)
1515

1616
if(NOT DEFINED Python3_EXECUTABLE AND DEFINED WEST_PYTHON)
1717
set(Python3_EXECUTABLE "${WEST_PYTHON}")

doc/develop/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The current minimum required version for the main dependencies are:
6262
- 3.20.5
6363

6464
* - `Python <https://www.python.org/>`_
65-
- 3.12.1
65+
- 3.12
6666

6767
* - `Devicetree compiler <https://www.devicetree.org/>`_
6868
- 1.4.6

doc/releases/migration-guide-4.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the :ref:`release notes<zephyr_4.2>`.
2323
Common
2424
******
2525

26-
* The minimum required Python version is now 3.12.1 (from 3.10).
26+
* The minimum required Python version is now 3.12 (from 3.10).
2727

2828
Build System
2929
************

0 commit comments

Comments
 (0)