From c40ac5e5ccc1ca6884b5d2e6b2f09938c2d509f3 Mon Sep 17 00:00:00 2001 From: guillaume Date: Sun, 14 Jun 2026 12:12:53 +0200 Subject: [PATCH] fix(ci): drop i686 builds (pulp lacks 32-bit support) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b220f02..6ebea35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,9 +199,6 @@ jobs: target: [x86_64, aarch64] manylinux: [auto] include: - - os: linux - manylinux: auto - target: i686 - os: linux manylinux: auto target: aarch64 @@ -236,10 +233,6 @@ jobs: - os: windows target: x86_64 interpreter: 3.9 3.10 3.11 3.12 3.13 - - os: windows - target: i686 - python-architecture: x86 - interpreter: 3.9 3.10 3.11 3.12 3.13 exclude: - os: windows target: aarch64