Skip to content

Commit

Permalink
skip Windows free-threaded wheel build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 26, 2024
1 parent 23568ee commit 3c1dc21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ jobs:
interpreter: "3.8"
- os: macos
interpreter: "3.9"
# windows free-threaded build has a problematic wheel name,
# needs something like https://github.com/PyO3/maturin/pull/2325 to fix
- os: windows
interpreter: "3.13t"

runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit 3c1dc21

Please sign in to comment.