From fb5692a1f8171012458ddc592687c3d2b36f2cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 17 Jun 2026 09:31:06 +0200 Subject: [PATCH] WHL: drop win32 support (stop distributing wheels) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6f344830..723addafa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,9 +113,6 @@ jobs: - os: macos-latest archs: arm64 select: '*' - - os: windows-latest - archs: x86 - select: '*' - os: windows-latest archs: AMD64 select: '*'