mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Merge pull request #354 from radarhere/pypy
This commit is contained in:
commit
2e8e7c490d
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 }}
|
||||
|
|
|
@ -144,11 +144,7 @@ function run_tests_in_repo {
|
|||
}
|
||||
|
||||
EXP_CODECS="jpg jpg_2000 libtiff zlib"
|
||||
if [[ "$MB_PYTHON_VERSION" == pypy3.* ]] && [ -n "$IS_MACOS" ]; then
|
||||
EXP_MODULES="freetype2 littlecms2 pil webp"
|
||||
else
|
||||
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
|
||||
fi
|
||||
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
|
||||
EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
|
||||
|
||||
function run_tests {
|
||||
|
|
Loading…
Reference in New Issue
Block a user