From 91b7fe3c224c593cbcaa653f515c557625fbd0a1 Mon Sep 17 00:00:00 2001 From: Chunel Date: Sat, 13 Jun 2026 17:30:02 +0800 Subject: [PATCH] [bugfix] cibuildwheel no longger support python3.8 in linux --- .github/workflows/pip4linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip4linux.yml b/.github/workflows/pip4linux.yml index ee063b01..f67524db 100644 --- a/.github/workflows/pip4linux.yml +++ b/.github/workflows/pip4linux.yml @@ -30,7 +30,7 @@ jobs: - name: Build linux wheels env: - CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*" + CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*" CIBW_SKIP: "*-musllinux_*" CIBW_ARCHS_LINUX: "x86_64" run: |