Skip to content

Commit 508792a

Browse files
committed
Upstream issues with installing Python 3.14t on Windows ARM were fixed
1 parent 8f45aab commit 508792a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
needs: [ruff, mypy, sdist]
110110
runs-on: ${{ matrix.os }}
111111
timeout-minutes: 15
112-
continue-on-error: ${{ matrix.python-version == '3.14t' && matrix.os == 'windows-11-arm' }} # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
113112
strategy:
114113
matrix:
115114
os: ["ubuntu-latest", "windows-latest"]

0 commit comments

Comments
 (0)