From 0e156003b584b1b6c7948e0c31170c3e422299d6 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Tue, 30 Apr 2024 22:04:41 +0200 Subject: [PATCH] chore(release): build wheels for PyPy on macOS ARM --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ac13453..ff9811a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,11 +100,7 @@ jobs: strategy: matrix: target: [x86_64, aarch64] - python: ['3.12'] - include: - # It seems PyPy3.10 is not available on macOS arm64 yet - - target: x86_64 - python: pypy3.10 + python: ['3.12', 'pypy3.10'] steps: - name: Check out uses: actions/checkout@v4