Merge pull request #272 from radarhere/pypy

Updated PyPy to 7.3.9
This commit is contained in:
Hugo van Kemenade 2022-03-31 07:40:08 +03:00 committed by GitHub
commit 00f4639e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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 }}