Skip to content

Commit 7ec96fe

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Build free-threaded CPython wheels
1 parent 35f7d20 commit 7ec96fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
needs: [ruff, mypy, sdist]
110110
runs-on: ${{ matrix.os }}
111111
timeout-minutes: 15
112+
continue-on-error: ${{ matrix.experimental }}
112113
strategy:
113114
matrix:
114115
os: ["ubuntu-latest", "windows-latest"]
@@ -127,6 +128,7 @@ jobs:
127128
- os: "windows-11-arm"
128129
python-version: "3.14t"
129130
architecture: "arm64"
131+
experimental: true # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
130132
fail-fast: false
131133

132134
steps:

0 commit comments

Comments
 (0)