Skip to content

Commit d53ad27

Browse files
authored
Enable test suite for Windows on ARM
1 parent 1d94f77 commit d53ad27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
matrix:
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"]
14-
14+
exclude:
15+
- os: window-11-arm
16+
py: "3.9"
17+
- os: window-11-arm
18+
py: "3.10"
1519
runs-on: ${{ matrix.os }}
1620
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
1721

0 commit comments

Comments
 (0)