mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add support for PyPy3.9, drop PyPy3.7
This commit is contained in:
parent
25ad4e51bf
commit
342ed6e21f
10
.github/workflows/wheels-linux.yml
vendored
10
.github/workflows/wheels-linux.yml
vendored
|
@ -21,7 +21,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python: [ "pypy3.7-7.3.9", "pypy3.8-7.3.9", "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
||||
python: [
|
||||
"pypy3.8-7.3.10",
|
||||
"pypy3.9-7.3.10",
|
||||
"3.7",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10",
|
||||
"3.11",
|
||||
]
|
||||
platform: [ "i686", "x86_64" ]
|
||||
mb-ml-libc: [ "manylinux" ]
|
||||
mb-ml-ver: [ 2014, "_2_28" ]
|
||||
|
|
12
.github/workflows/wheels-macos.yml
vendored
12
.github/workflows/wheels-macos.yml
vendored
|
@ -21,7 +21,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python: [ "pypy3.7-7.3.9", "pypy3.8-7.3.9", "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
||||
python: [
|
||||
"pypy3.8-7.3.10",
|
||||
"pypy3.9-7.3.10",
|
||||
"3.7",
|
||||
"3.8",
|
||||
"3.9",
|
||||
"3.10",
|
||||
"3.11",
|
||||
]
|
||||
platform: [ "x86_64", "arm64" ]
|
||||
exclude:
|
||||
- python: "3.7"
|
||||
|
@ -30,6 +38,8 @@ jobs:
|
|||
platform: "arm64"
|
||||
- python: "pypy3.8-7.3.9"
|
||||
platform: "arm64"
|
||||
- python: "pypy3.9-7.3.9"
|
||||
platform: "arm64"
|
||||
env:
|
||||
BUILD_COMMIT: ${{ inputs.build-commit }}
|
||||
PLAT: ${{ matrix.platform }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user