diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index e573a9729..4c327a756 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ] + python: [ "pypy3.7-7.3.9", "pypy3.8-7.3.9", "3.7", "3.8", "3.9", "3.10" ] platform: [ "i686", "x86_64" ] mb-ml-libc: [ "manylinux" ] include: diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 27e39632b..a7addfed7 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -21,14 +21,14 @@ jobs: strategy: fail-fast: false matrix: - python: [ "pypy3.7-7.3.8", "pypy3.8-7.3.8", "3.7", "3.8", "3.9", "3.10" ] + python: [ "pypy3.7-7.3.9", "pypy3.8-7.3.9", "3.7", "3.8", "3.9", "3.10" ] platform: [ "x86_64", "arm64" ] exclude: - python: "3.7" platform: "arm64" - - python: "pypy3.7-7.3.8" + - python: "pypy3.7-7.3.9" platform: "arm64" - - python: "pypy3.8-7.3.8" + - python: "pypy3.8-7.3.9" platform: "arm64" env: BUILD_COMMIT: ${{ inputs.build-commit }}