mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Added PyPy 3.10 and removed PyPy 3.8
This commit is contained in:
parent
8829c6852f
commit
f3a9a93386
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.11",
|
||||
"pypy3.9-7.3.11",
|
||||
"pypy3.9-7.3.12",
|
||||
"pypy3.10-7.3.12",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10",
|
||||
|
|
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.11",
|
||||
"pypy3.9-7.3.11",
|
||||
"pypy3.9-7.3.12",
|
||||
"pypy3.10-7.3.12",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10",
|
||||
|
@ -32,9 +32,9 @@ jobs:
|
|||
]
|
||||
platform: [ "x86_64", "arm64" ]
|
||||
exclude:
|
||||
- python: "pypy3.8-7.3.11"
|
||||
- python: "pypy3.9-7.3.12"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.9-7.3.11"
|
||||
- python: "pypy3.10-7.3.12"
|
||||
platform: "arm64"
|
||||
env:
|
||||
BUILD_COMMIT: ${{ inputs.build-commit }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user