Skip to content

Commit

Permalink
Disable free-threaded Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Aug 14, 2024
1 parent 423b151 commit 1a9ae30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ jobs:
- { os: windows-latest, build: cp311-win_amd64 }
- { os: windows-latest, build: cp312-win_amd64 }
- { os: windows-latest, build: cp313-win_amd64 }
- { os: windows-latest, build: cp313t-win_amd64 }
# - { os: windows-latest, build: cp313t-win_amd64 }

# - { os: windows-latest, build: pp38-win_amd64 }
# - { os: windows-latest, build: pp39-win_amd64 }
Expand All @@ -718,7 +718,7 @@ jobs:
- { os: windows-latest, build: cp311-win32 }
- { os: windows-latest, build: cp312-win32 }
- { os: windows-latest, build: cp313-win32 }
- { os: windows-latest, build: cp313t-win32 }
# - { os: windows-latest, build: cp313t-win32 }
- { os: 'ubuntu-20.04', build: cp38-manylinux_x86_64 }
- { os: 'ubuntu-20.04', build: cp38-manylinux_aarch64 }
- { os: 'ubuntu-20.04', build: cp38-musllinux_x86_64 }
Expand Down

0 comments on commit 1a9ae30

Please sign in to comment.