Cannot build/test on Python 3.8 with macOS 14.4.1 arm64
mferrera opened this issue · 2 comments
mferrera commented
Version 3.8 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
I think it is safe to exclude this version combination as Python 3.9 is already excluded for the same/similar reason.
mferrera commented
We could also specify to use macos-13 for macOS Python 3.8 and 3.9.
jcrivenaes commented
Did a fix in this commit related to this issue. Needed to bump to python 3.10 thought