mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 16:24:11 +03:00
Merge pull request #7439 from radarhere/pypy
This commit is contained in:
commit
c9955ba272
4
.github/workflows/wheels-linux.yml
vendored
4
.github/workflows/wheels-linux.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python: [
|
||||
"pypy3.9-7.3.12",
|
||||
"pypy3.10-7.3.12",
|
||||
"pypy3.9-7.3.13",
|
||||
"pypy3.10-7.3.13",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10",
|
||||
|
|
8
.github/workflows/wheels-macos.yml
vendored
8
.github/workflows/wheels-macos.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python: [
|
||||
"pypy3.9-7.3.12",
|
||||
"pypy3.10-7.3.12",
|
||||
"pypy3.9-7.3.13",
|
||||
"pypy3.10-7.3.13",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10",
|
||||
|
@ -30,9 +30,9 @@ jobs:
|
|||
]
|
||||
platform: [ "x86_64", "arm64" ]
|
||||
exclude:
|
||||
- python: "pypy3.9-7.3.12"
|
||||
- python: "pypy3.9-7.3.13"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.10-7.3.12"
|
||||
- python: "pypy3.10-7.3.13"
|
||||
platform: "arm64"
|
||||
env:
|
||||
PLAT: ${{ matrix.platform }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user