Skip to content

Commit c68d0b9

Browse files
tunguyen4585dkalowsk
authored andcommitted
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 <[email protected]>
1 parent e1c37f6 commit c68d0b9

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)
14+
set(PYTHON_MINIMUM_REQUIRED 3.12.1)
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
65+
- 3.12.1
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 (from 3.10).
26+
* The minimum required Python version is now 3.12.1 (from 3.10).
2727

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

0 commit comments

Comments
 (0)