From b091831aa71f520e4bd14d5a3a90f77492a72636 Mon Sep 17 00:00:00 2001 From: Dmitry Ustalov Date: Fri, 11 Oct 2024 19:32:31 +0200 Subject: [PATCH] Drop the 32-bit Windows support --- .github/workflows/deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9aa9136..014fd65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,10 +66,6 @@ jobs: - os: windows target: x86_64 interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 - - os: windows - target: i686 - python-architecture: x86 - interpreter: 3.8 3.9 3.10 3.11 3.12 3.13 exclude: - os: windows target: aarch64