From d82a659a8ebef9faf043f6f10113de1a82fa4ede Mon Sep 17 00:00:00 2001 From: iver56 Date: Wed, 10 Jan 2024 14:38:04 +0100 Subject: [PATCH] Disable build for python 3.8 on linux because of CI failure --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e672ba3..1bed788 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Build and test wheels env: CIBW_ARCHS: "auto64" - CIBW_SKIP: "cp36-* cp37-* pp* cp312-*" + CIBW_SKIP: "cp36-* cp37-* cp38-* pp38-* pp310-* cp312-*" CIBW_TEST_REQUIRES: cffi pytest librosa==0.10.0.post2 CIBW_TEST_COMMAND: "pytest {project}/tests" run: |