mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Updated PyPy to 7.3.9
This commit is contained in:
parent
d579370ccb
commit
4028b11f37
2
.github/workflows/wheels-linux.yml
vendored
2
.github/workflows/wheels-linux.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/wheels-macos.yml
vendored
6
.github/workflows/wheels-macos.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user