From abc9bb04e470e085105232821f46131303390ef3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 12 Oct 2023 09:15:54 -1000 Subject: [PATCH] Disable wheel builds on old pypy versions as well (#569) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad2fb72..27a8771 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: - CIBW_SKIP: cp36-* cp37-* cp38-* + CIBW_SKIP: cp36-* cp37-* cp38-* pp36-* pp37-* pp38-* CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc CIBW_BUILD_VERBOSITY: 3 REQUIRE_CYTHON: 1