From b90981406fe895ccdec244b94d157cc3e6a1d615 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 5 Nov 2024 15:47:30 +0100 Subject: [PATCH] wheels: drop musllinux 1.1 > musl libc 1.1 is EOL and Alpine Linux 3.12 also (support ended 2 years ago, May 1st, 2022). https://github.com/pypa/manylinux/issues/1629 --- .circleci/config.yml | 7 ------- .github/workflows/wheels.yml | 2 -- 2 files changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 286c7551..2087e5db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,13 +88,6 @@ workflows: only: /.*/ build: "*manylinux*" image: quay.io/pypa/manylinux_2_28_aarch64 - - arm-wheels: - name: arm-wheels-musllinux_1_1 - filters: - tags: - only: /.*/ - build: "*musllinux*" - image: quay.io/pypa/musllinux_1_1_aarch64 - arm-wheels: name: arm-wheels-musllinux_1_2 filters: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5cf901b7..aa8a8164 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,8 +23,6 @@ jobs: include: - image: manylinux_2_28_x86_64 build: "*manylinux*" - - image: musllinux_1_1_x86_64 - build: "*musllinux*" - image: musllinux_1_2_x86_64 build: "*musllinux*"