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 Workaround] Avoid errors on Python 3.8 macos-latest as GitHub CI has dropped support #4327

Merged
merged 4 commits into from Apr 25, 2024

Conversation

abravalheri
Copy link
Contributor

@abravalheri abravalheri commented Apr 25, 2024

Summary of changes

Recently macos-latest on Github Actions started failing for Python 3.8 and Python 3.9.
This is due to actions/setup-python#850, actions/setup-python#696 (comment).

The changes implemented here follow the same approach as in python/peps#3763.

(I just want to get the tests running for now, we can change to a proper fix later)

Closes

Pull Request Checklist

@abravalheri abravalheri marked this pull request as ready for review April 25, 2024 12:03
@abravalheri abravalheri merged commit cd24907 into pypa:main Apr 25, 2024
21 checks passed
@abravalheri abravalheri deleted the fix-macos branch April 25, 2024 13:17
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.

None yet

1 participant