diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 02b0a594d..1aaafd9e3 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -34,9 +34,9 @@ jobs: exclude: - python: "3.7" platform: "arm64" - - python: "pypy3.8-7.3.9" + - python: "pypy3.8-7.3.10" platform: "arm64" - - python: "pypy3.9-7.3.9" + - python: "pypy3.9-7.3.10" platform: "arm64" env: BUILD_COMMIT: ${{ inputs.build-commit }}