From a378e91d307281450b1aa1d59da8572827892513 Mon Sep 17 00:00:00 2001 From: awolverp Date: Wed, 16 Oct 2024 12:28:07 +0330 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3c8fcf3..9a13c37 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -63,14 +63,11 @@ jobs: manylinux: auto target: x86_64 interpreter: pypy3.9 pypy3.10 - + # musllinux - os: linux manylinux: musllinux_1_1 target: x86_64 - - os: linux - manylinux: musllinux_1_1 - target: x86 - os: linux manylinux: musllinux_1_1 target: aarch64 @@ -93,9 +90,6 @@ jobs: target: i686 python-architecture: x86 interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 - - os: windows - target: aarch64 - interpreter: 3.11 3.12 3.13 exclude: - os: windows