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

macOS failing on Python 3.8 #124

Closed
jaraco opened this issue Apr 24, 2024 · 5 comments
Closed

macOS failing on Python 3.8 #124

jaraco opened this issue Apr 24, 2024 · 5 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Apr 24, 2024

Recently, CI jobs started failing for macOS on Python 3.8:

Version ~3.8.0-0 was not found in the local cache
Error: The version '3.8' with architecture 'arm64' was not found for macOS 14.4.1.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

@jaraco
Copy link
Owner Author

jaraco commented Apr 24, 2024

Maybe related: actions/setup-python#808

@jaraco
Copy link
Owner Author

jaraco commented Apr 24, 2024

That links to actions/setup-python#850, definitely relevant.

@jaraco
Copy link
Owner Author

jaraco commented Apr 24, 2024

Looks like macos-latest since migrating to macos-14-arm64 no longer supports Python 3.9 or earlier. grr.

@jaraco
Copy link
Owner Author

jaraco commented Apr 24, 2024

I've opted to just suppress the failure. I'm disinclined to spend time and energy revamping the matrix to support more Pythons. If it's not important enough for GitHub to cover the combination, it's not important enough for me and my projects. I'll just spot-check macos on Python 3.8 as needed.

@bswck
Copy link
Contributor

bswck commented Apr 24, 2024

See also actions/setup-python#696.

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

No branches or pull requests

2 participants