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 }})