Skip to content

Commit 654c27e

Browse files
kartbennordicjm
authored andcommitted
[nrf fromtree] Revert "doc: ci: Zephyr now requires Python 3.12 or higher"
This reverts commit 043bb58. Note that scripts/requirements-actions.txt might not be 100% the same as what was pinned prior to the revert due to it being difficult to restore previous versions while also accounting for the new dependencies that were added in the meantime. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit f672cb7)
1 parent 4ae5a61 commit 654c27e

File tree

6 files changed

+356
-366
lines changed

6 files changed

+356
-366
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.10)
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.10
6666

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

doc/releases/migration-guide-4.2.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ the :ref:`release notes<zephyr_4.2>`.
2020
:local:
2121
:depth: 2
2222

23-
Common
24-
******
25-
26-
* The minimum required Python version is now 3.12 (from 3.10).
27-
2823
Build System
2924
************
3025

0 commit comments

Comments
 (0)