jaraco / skeleton

A generic project skeleton for Python projects.
http://blog.jaraco.com/skeleton/
MIT License
123 stars 36 forks source link

macOS failing on Python 3.8 #124

Closed jaraco closed 6 months ago

jaraco commented 6 months ago

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 commented 6 months ago

Maybe related: https://github.com/actions/setup-python/issues/808

jaraco commented 6 months ago

That links to https://github.com/actions/setup-python/issues/850, definitely relevant.

jaraco commented 6 months ago

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

jaraco commented 6 months ago

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 commented 6 months ago

See also https://github.com/actions/setup-python/issues/696.