Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: compliance: upgrade to Python 3.11 #72098

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

fabiobaltieri
Copy link
Member

@fabiobaltieri fabiobaltieri commented Apr 29, 2024

The behavior of glob() changedin Python 3.11 and runing the old one means we are missing some changes that trigger a compliance failure when ran on an updated system. Upgrade to 3.11 so those are caught in CI.

Fixes #72087

Fix few more paths that are failing to parse on system running Python >=
3.11 due to a change in behavior of glob.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
The behavior of glob() changedin Python 3.11 and runing the old one
means we are missing some changes that trigger a compliance failure when
ran on an updated system. Upgrade to 3.11 so those are caught in CI.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
@aescolar aescolar added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Apr 30, 2024
@fabiobaltieri fabiobaltieri merged commit 78a75b7 into zephyrproject-rtos:main Apr 30, 2024
23 checks passed
@fabiobaltieri fabiobaltieri deleted the compliance-py branch April 30, 2024 16:23
@kartben
Copy link
Collaborator

kartben commented Apr 30, 2024

Somehow related: #71916
It might be time to consider aligning all of Zephyr to a consistent minimum supported version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Continuous Integration area: Process Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc: make html and html-fast failure
8 participants