From c449ed5df6a5ce887d5acde72e9b87b5da019e1d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 12 Dec 2022 12:44:42 +0200 Subject: [PATCH] Bump to pypy3.9-7.3.10 Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/workflows/wheels-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}