Skip to content

Commit 5ace7c0

Browse files
committed
Stop regression builds on Windows 3.13 for now
1 parent 9700081 commit 5ace7c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jobs:
125125
runs-on: windows-latest
126126
strategy:
127127
matrix:
128-
python-version: ["3.11", "3.12", "3.13"]
128+
# Remove 3.13 for now; fails regularly on GitHub
129+
python-version: ["3.11", "3.12"]
129130

130131
steps:
131132
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)