Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ jobs:
3.13
3.14
build-python-versions: 3.11 3.12 3.13 3.14
# - target: aarch64-pc-windows-msvc
# runner: windows-11-arm
# setup-python-architecture: arm64
# setup-python-versions: |
# 3.13t
# 3.14t
# build-python-versions: 3.13t 3.14t
# artifact_suffix: "-freethreaded"
- target: aarch64-pc-windows-msvc
runner: windows-11-arm
setup-python-architecture: arm64
setup-python-versions: |
3.13t
3.14t
build-python-versions: 3.13t 3.14t
artifact_suffix: "-freethreaded"
fail-fast: false
steps:
- uses: actions/checkout@v6
Expand Down
Loading