Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 2e8e7c4

Browse files
authored
Merge pull request #354 from radarhere/pypy
2 parents a4983e6 + 15069e9 commit 2e8e7c4

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
python: [
25-
"pypy3.8-7.3.10",
26-
"pypy3.9-7.3.10",
25+
"pypy3.8-7.3.11",
26+
"pypy3.9-7.3.11",
2727
"3.7",
2828
"3.8",
2929
"3.9",

.github/workflows/wheels-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
python: [
25-
"pypy3.8-7.3.10",
26-
"pypy3.9-7.3.10",
25+
"pypy3.8-7.3.11",
26+
"pypy3.9-7.3.11",
2727
"3.7",
2828
"3.8",
2929
"3.9",
@@ -34,9 +34,9 @@ jobs:
3434
exclude:
3535
- python: "3.7"
3636
platform: "arm64"
37-
- python: "pypy3.8-7.3.10"
37+
- python: "pypy3.8-7.3.11"
3838
platform: "arm64"
39-
- python: "pypy3.9-7.3.10"
39+
- python: "pypy3.9-7.3.11"
4040
platform: "arm64"
4141
env:
4242
BUILD_COMMIT: ${{ inputs.build-commit }}

config.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ function run_tests_in_repo {
144144
}
145145

146146
EXP_CODECS="jpg jpg_2000 libtiff zlib"
147-
if [[ "$MB_PYTHON_VERSION" == pypy3.* ]] && [ -n "$IS_MACOS" ]; then
148-
EXP_MODULES="freetype2 littlecms2 pil webp"
149-
else
150-
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
151-
fi
147+
EXP_MODULES="freetype2 littlecms2 pil tkinter webp"
152148
EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
153149

154150
function run_tests {

0 commit comments

Comments
 (0)