mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python: [
|
python: [
|
||||||
"pypy3.8-7.3.11",
|
"pypy3.9-7.3.12",
|
||||||
"pypy3.9-7.3.11",
|
"pypy3.10-7.3.12",
|
||||||
"3.8",
|
"3.8",
|
||||||
"3.9",
|
"3.9",
|
||||||
"3.10",
|
"3.10",
|
||||||
|
|
8
.github/workflows/wheels-macos.yml
vendored
8
.github/workflows/wheels-macos.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python: [
|
python: [
|
||||||
"pypy3.8-7.3.11",
|
"pypy3.9-7.3.12",
|
||||||
"pypy3.9-7.3.11",
|
"pypy3.10-7.3.12",
|
||||||
"3.8",
|
"3.8",
|
||||||
"3.9",
|
"3.9",
|
||||||
"3.10",
|
"3.10",
|
||||||
|
@ -32,9 +32,9 @@ jobs:
|
||||||
]
|
]
|
||||||
platform: [ "x86_64", "arm64" ]
|
platform: [ "x86_64", "arm64" ]
|
||||||
exclude:
|
exclude:
|
||||||
- python: "pypy3.8-7.3.11"
|
- python: "pypy3.9-7.3.12"
|
||||||
platform: "arm64"
|
platform: "arm64"
|
||||||
- python: "pypy3.9-7.3.11"
|
- python: "pypy3.10-7.3.12"
|
||||||
platform: "arm64"
|
platform: "arm64"
|
||||||
env:
|
env:
|
||||||
BUILD_COMMIT: ${{ inputs.build-commit }}
|
BUILD_COMMIT: ${{ inputs.build-commit }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user