mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Updated PyPy to 7.3.11
This commit is contained in:
parent
a4983e6ce4
commit
d7333b3d42
4
.github/workflows/wheels-linux.yml
vendored
4
.github/workflows/wheels-linux.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python: [
|
||||
"pypy3.8-7.3.10",
|
||||
"pypy3.9-7.3.10",
|
||||
"pypy3.8-7.3.11",
|
||||
"pypy3.9-7.3.11",
|
||||
"3.7",
|
||||
"3.8",
|
||||
"3.9",
|
||||
|
|
8
.github/workflows/wheels-macos.yml
vendored
8
.github/workflows/wheels-macos.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python: [
|
||||
"pypy3.8-7.3.10",
|
||||
"pypy3.9-7.3.10",
|
||||
"pypy3.8-7.3.11",
|
||||
"pypy3.9-7.3.11",
|
||||
"3.7",
|
||||
"3.8",
|
||||
"3.9",
|
||||
|
@ -34,9 +34,9 @@ jobs:
|
|||
exclude:
|
||||
- python: "3.7"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.8-7.3.10"
|
||||
- python: "pypy3.8-7.3.11"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.9-7.3.10"
|
||||
- python: "pypy3.9-7.3.11"
|
||||
platform: "arm64"
|
||||
env:
|
||||
BUILD_COMMIT: ${{ inputs.build-commit }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user