Skip to content

Commit c8d7788

Browse files
authored
Exclude 3.14t on windows arm because it's been playing games with us.
1 parent 8e1f375 commit c8d7788

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
python-version: '3.9'
2727
- os: windows-11-arm # setup-python action only supports 3.11+
2828
python-version: '3.10'
29+
- os: windows-11-arm
30+
python-version: '3.14t'
2931
steps:
3032
- uses: actions/checkout@v6
3133
with:
@@ -49,4 +51,4 @@ jobs:
4951
# Run at higher verbosity (This is a newer library after all...)
5052
run: pytest tests -vv
5153
shell: bash
52-
54+

0 commit comments

Comments
 (0)