This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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 }}
Original file line number Diff line number Diff line change @@ -144,11 +144,7 @@ function run_tests_in_repo {
144144}
145145
146146EXP_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"
152148EXP_FEATURES=" fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
153149
154150function run_tests {
You can’t perform that action at this time.
0 commit comments