doc: ci: Zephyr now requires Python 3.12 or higher

Update getting started guide, release notes, CI actions and
Python version compliance check to use Python 3.12 as
minimum supported version.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-06-12 16:19:40 +02:00 committed by Benjamin Cabé
commit 043bb58488
6 changed files with 415 additions and 453 deletions

View file

@ -11,7 +11,7 @@ if (WIN32)
set(ENV{PYTHONIOENCODING} "utf-8")
endif()
set(PYTHON_MINIMUM_REQUIRED 3.10)
set(PYTHON_MINIMUM_REQUIRED 3.12)
if(NOT DEFINED Python3_EXECUTABLE AND DEFINED WEST_PYTHON)
set(Python3_EXECUTABLE "${WEST_PYTHON}")