From 4c9cba3e65e634439dfae95c057731b2cef557c6 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 20 Jun 2024 22:46:24 +0800 Subject: [PATCH] Stop publishing musllinux wheels for Python 3.7 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 408d30e..6484eca 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: with: target: ${{ matrix.target }} manylinux: musllinux_1_2 - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 + args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 sccache: true - name: Install built wheel if: matrix.target == 'x86_64-unknown-linux-musl'