Skip to content

Commit

Permalink
WIP: CI: add 64-bit Windows wheels for free-threaded CPython
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jun 25, 2024
1 parent 6ca8492 commit 685c3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/free-threaded-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- [ubuntu-20.04, manylinux_x86_64, ""]
# TODO: set up Windows wheels windows is supported on cibuildwheel but
# numpy doesn't build on the image yet
- [windows-2019, win_amd64, ""]
python: ["cp313t"]
env:
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
Expand Down

0 comments on commit 685c3a6

Please sign in to comment.