Skip to content

Commit c3286e5

Browse files
committed
Temporarily exclude 3.13t on windows-latest.
1 parent e6b83d3 commit c3286e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# nor does ubuntu-latest
3737
- os: ubuntu-latest
3838
python-version: '3.7'
39+
# Failing, seemingly not through anything we're doing ...
40+
- os: windows-latest
41+
python-version: '3.13t'
3942

4043
steps:
4144
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)