Updated PyPy to 7.3.9

This commit is contained in:
Andrew Murray 2022-03-30 22:26:53 +11:00
parent d579370ccb
commit 4028b11f37
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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" ] platform: [ "i686", "x86_64" ]
mb-ml-libc: [ "manylinux" ] mb-ml-libc: [ "manylinux" ]
include: include:

View File

@ -21,14 +21,14 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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" ] platform: [ "x86_64", "arm64" ]
exclude: exclude:
- python: "3.7" - python: "3.7"
platform: "arm64" platform: "arm64"
- python: "pypy3.7-7.3.8" - python: "pypy3.7-7.3.9"
platform: "arm64" platform: "arm64"
- python: "pypy3.8-7.3.8" - python: "pypy3.8-7.3.9"
platform: "arm64" platform: "arm64"
env: env:
BUILD_COMMIT: ${{ inputs.build-commit }} BUILD_COMMIT: ${{ inputs.build-commit }}