From 37425fc0552b894bd9a15c0e69729cb97e225b57 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:46:23 -0700 Subject: [PATCH] disable pypy 3.9 builds --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 62c8baf3ab64..76792e90844c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -75,11 +75,11 @@ jobs: - [macos-10.15, macosx_*] - [windows-2019, win_amd64] - [windows-2019, win32] - python: ["cp38", "cp39", "cp310", "pp38", "pp39"] - exclude: # TODO: uncomment PyPy 3.9 builds once PyPy # re-releases a new minor version # NOTE: This needs a bump of cibuildwheel version, also, once that happens. + python: ["cp38", "cp39", "cp310", "pp38"] #, "pp39"] + exclude: # Don't build PyPy 32-bit windows - buildplat: [windows-2019, win32] python: "pp38"