From 42d0682a370e0462fb6e058dc1969f7d575eb053 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sat, 29 Mar 2025 23:34:16 +0000 Subject: [PATCH] re-add include item --- .github/workflows/test-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 0b45f93c9..0f4ef8257 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -40,6 +40,7 @@ jobs: os: ["windows-latest"] include: # Test the oldest Python on 32-bit + - { python-version: "3.9", architecture: "x86", os: "windows-2019" } timeout-minutes: 30 name: Python ${{ matrix.python-version }} (${{ matrix.architecture }})