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"