Skip to content

Commit 4037ba8

Browse files
committed
start introducing windows to the testsuite
1 parent 114ae18 commit 4037ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- "3.13"
2525
- "3.14"
2626
- "3.14t"
27-
os: [ubuntu-latest, macos-latest]
27+
# TODO: (Vizonex) windows-11-arm
28+
os: [ubuntu-latest, macos-latest, windows-latest]
2829

2930
env:
3031
PIP_DISABLE_PIP_VERSION_CHECK: 1

0 commit comments

Comments
 (0)