diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index e3fbf6ac6..fc65611b1 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -22,8 +22,8 @@ jobs: fail-fast: false matrix: python: [ - "pypy3.8-7.3.11", - "pypy3.9-7.3.11", + "pypy3.9-7.3.12", + "pypy3.10-7.3.12", "3.8", "3.9", "3.10", diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 8e1b4e507..2a7169ffb 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -22,8 +22,8 @@ jobs: fail-fast: false matrix: python: [ - "pypy3.8-7.3.11", - "pypy3.9-7.3.11", + "pypy3.9-7.3.12", + "pypy3.10-7.3.12", "3.8", "3.9", "3.10", @@ -32,9 +32,9 @@ jobs: ] platform: [ "x86_64", "arm64" ] exclude: - - python: "pypy3.8-7.3.11" + - python: "pypy3.9-7.3.12" platform: "arm64" - - python: "pypy3.9-7.3.11" + - python: "pypy3.10-7.3.12" platform: "arm64" env: BUILD_COMMIT: ${{ inputs.build-commit }}