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:
parent
b9bfff29f4
commit
043bb58488
6 changed files with 415 additions and 453 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue