Skip to content

Commit c926196

Browse files
committed
Remove excluded Python versions for Windows ARM64 and macOS in test workflows
1 parent dacf682 commit c926196

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/test-python-bindings.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,6 @@ jobs:
129129
runs-on: windows-2025
130130
- platform: windows/arm64
131131
runs-on: windows-11-arm
132-
exclude:
133-
# Windows ARM64: no 3.10 or 3.14 available on hosted runners
134-
- platform: windows/arm64
135-
python-version: '3.10'
136-
- platform: windows/arm64
137-
python-version: '3.14'
138-
# macOS x86_64: torch wheels not available yet for 3.13/3.14
139-
- platform: darwin/amd64
140-
python-version: '3.13'
141-
- platform: darwin/amd64
142-
python-version: '3.14'
143132

144133
steps:
145134
- name: Checkout code

.github/workflows/test-python-examples.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,6 @@ jobs:
125125
runs-on: windows-2025
126126
- platform: windows/arm64
127127
runs-on: windows-11-arm
128-
exclude:
129-
# Windows ARM64: no 3.10 or 3.14 available on hosted runners
130-
- platform: windows/arm64
131-
python-version: '3.10'
132-
- platform: windows/arm64
133-
python-version: '3.14'
134-
# macOS x86_64: torch wheels not available yet for 3.13/3.14
135-
- platform: darwin/amd64
136-
python-version: '3.13'
137-
- platform: darwin/amd64
138-
python-version: '3.14'
139128

140129
steps:
141130
- name: Checkout code

0 commit comments

Comments
 (0)