Skip to content

Commit

Permalink
Revert partially
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Nov 27, 2024
1 parent 726cbc6 commit f5bc5f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.x"
# 32bit python needs to be available for the win32 wheel
# pin to the latest supported python version
python-version: "3.13"
# x86 python needs to be available for the win32 wheel
architecture: ${{ ( matrix.os == 'windows-latest' && matrix.target == 'i686' ) && 'x86' || null }}

- uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit f5bc5f5

Please sign in to comment.