Skip to content

Commit

Permalink
Build 32-bit Windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 8, 2023
1 parent 7921da5 commit c1f42df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

timeout-minutes: 30

Expand All @@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: "x86"
cache: pip
cache-dependency-path: ".github/workflows/test-windows.yml"

Expand Down

0 comments on commit c1f42df

Please sign in to comment.