ci: bump test matrix to Python 3.12 and newer#353
Open
mathieuchopstm wants to merge 3 commits intozephyrproject-rtos:mainfrom
Open
ci: bump test matrix to Python 3.12 and newer#353mathieuchopstm wants to merge 3 commits intozephyrproject-rtos:mainfrom
mathieuchopstm wants to merge 3 commits intozephyrproject-rtos:mainfrom
Conversation
Zephyr v4.4 bumps up minimal version of Python to 3.12 - stop testing older versions which are no longer supported. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Run our tests with Python 3.13 (bugfix) and 3.14 (latest releases. This ensures we catch forward-compatibility issues early on, even though migration to these versions won't happen until a while. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Remove end-of-line whitespace in the CI workflow. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
kartben
approved these changes
Mar 16, 2026
str4t0m
approved these changes
Mar 17, 2026
Member
|
Approved but let's wait other PRs for v4.4 are in before merging this one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Zephyr now requires Python 3.12 as minimum version (see zephyrproject-rtos/zephyr#104317).
Drop Python 3.10 and 3.11 from test matrix and, while at it, add 3.13 and 3.14 to catch forward compatibility issues early on (though Python 3.12 EOL is October 2028 so we still have lots of time).