Skip to content

Commit bf8ed02

Browse files
authored
Fix workflow to exclude specific Python version
1 parent a74a9a8 commit bf8ed02

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
@@ -19,6 +19,8 @@ jobs:
1919
exclude:
2020
- os: windows-11-arm # setup-python action only supports 3.11+
2121
python-version: '3.10'
22+
- os: windows-11-arm # workflow keeps screwing around with us.
23+
python-version: '3.14t'
2224
steps:
2325
- uses: actions/checkout@v6
2426
with:
@@ -43,4 +45,4 @@ jobs:
4345

4446

4547

46-
48+

0 commit comments

Comments
 (0)