diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index fb043b8a7..5d9d9e478 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -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", diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 1aaafd9e3..ca6e100c0 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -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 }} diff --git a/config.sh b/config.sh index dfb6c4e8d..89dddb3d0 100644 --- a/config.sh +++ b/config.sh @@ -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 {