Skip to content

Commit f881f74

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
needs: [ruff, mypy, sdist]
110110
runs-on: ${{ matrix.os }}
111111
timeout-minutes: 15
112-
continue-on-error: ${{ matrix.experimental }}
112+
continue-on-error: ${{ matrix.python-version == '3.14t' && matrix.architecture == 'arm64' }} # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
113113
strategy:
114114
matrix:
115115
os: ["ubuntu-latest", "windows-latest"]
@@ -128,7 +128,6 @@ jobs:
128128
- os: "windows-11-arm"
129129
python-version: "3.14t"
130130
architecture: "arm64"
131-
experimental: true # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
132131
fail-fast: false
133132

134133
steps:

0 commit comments

Comments
 (0)