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] Pin python version to 3.10 #383

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Nov 21, 2023

mx uses distutils which is no longer available in python 3.12 which
is the default in macos-latest

Use 3.10 instead in all platforms for consistency. The minimum supported
version by mx is 3.9 see graalvm/mx#249.

Closes #382

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 21, 2023
@zakkak zakkak requested a review from jerboaa November 21, 2023 12:12
@zakkak zakkak force-pushed the 2023-11-21-fix-382 branch from 34008d6 to 31ef67f Compare November 21, 2023 12:14
`mx` uses `distutils` which is no longer available in python 3.12 which
is the default in `macos-latest`

Use 3.10 instead in all platforms for consistency. The minimum supported
version by `mx` is 3.9 see graalvm/mx#249.

Closes graalvm#382
@zakkak zakkak force-pushed the 2023-11-21-fix-382 branch from 31ef67f to b431c45 Compare November 21, 2023 12:21
Copy link
Collaborator

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@zakkak zakkak merged commit 6c4edd8 into graalvm:master Nov 21, 2023
5 checks passed
@zakkak zakkak deleted the 2023-11-21-fix-382 branch November 21, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] MacOS GHA build is currently broken
2 participants