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

github/workflow: Remove Python 3.9 support #64

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

sasataku
Copy link
Member

@sasataku sasataku commented Oct 6, 2024

Zephyr 3.7 LTS requires Python 3.10 or higher. Therefore, building with Python 3.9 is no longer supported. This commit removes Python 3.9 from the build targets to reflect this requirement.

Note: Ubuntu 20.04 ships with Python 3.8, which also doesn't meet Zephyr's minimum Python version requirement. Users on Ubuntu 20.04 will need to install Python 3.10 or newer manually to build Zephyr 3.7 LTS.

Zephyr 3.7 LTS requires Python 3.10 or higher. Therefore, building
with Python 3.9 is no longer supported. This commit removes Python
3.9 from the build targets to reflect this requirement.

Note: Ubuntu 20.04 ships with Python 3.8, which also doesn't meet
Zephyr's minimum Python version requirement. Users on Ubuntu 20.04
will need to install Python 3.10 or newer manually to build Zephyr
3.7 LTS.

Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.con>
@sasataku sasataku requested a review from yashi as a code owner October 6, 2024 00:18
@sasataku sasataku merged commit 6205d3e into spacecubics:main Oct 6, 2024
22 checks passed
@sasataku sasataku deleted the remove-python-3-9-support branch October 6, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant