Skip to content

Commit

Permalink
skip Windows free-threaded wheel build for now (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 26, 2024
1 parent 23568ee commit 2b67dd0
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 2b67dd0

Please sign in to comment.