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: add Python 3.8 & 3.9 builds on arm64 macOS #418

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

Xmader
Copy link
Member

@Xmader Xmader commented Aug 27, 2024

actions/setup-python now added prebuilt Python 3.8 & 3.9 packages for arm64 macOS.

See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

{
    "version": "3.8.10",
    "stable": true,
    "release_url": "https://github.com/actions/python-versions/releases/tag/3.8.10-8879978422",
    "files": [
      {
        "filename": "python-3.8.10-darwin-arm64.tar.gz",
        "arch": "arm64",
        "platform": "darwin",
        "download_url": "https://github.com/actions/python-versions/releases/download/3.8.10-8879978422/python-3.8.10-darwin-arm64.tar.gz"
      },
      ...
{
    "version": "3.9.13",
    "stable": true,
    "release_url": "https://github.com/actions/python-versions/releases/tag/3.9.13-8879985561",
    "files": [
      {
        "filename": "python-3.9.13-darwin-arm64.tar.gz",
        "arch": "arm64",
        "platform": "darwin",
        "download_url": "https://github.com/actions/python-versions/releases/download/3.9.13-8879985561/python-3.9.13-darwin-arm64.tar.gz"
      },
      ...

Previously there were unavailable.

The version '3.8' with architecture 'arm64' was not found for macOS.

@Xmader Xmader marked this pull request as ready for review August 27, 2024 01:56
@Xmader Xmader requested a review from zollqir August 27, 2024 09:47
@philippedistributive philippedistributive merged commit 20e9a5f into main Aug 27, 2024
34 checks passed
@philippedistributive philippedistributive deleted the Xmader/ci/macos-arm64-python-3.8 branch August 27, 2024 15:48
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.

2 participants