Skip to content

Commit 137b863

Browse files
[PR #11193/43ea3b1d backport][3.13] Pin CI Python version to 3.13.3 (#11195)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 7398088 commit 137b863

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,11 @@ jobs:
122122
needs: gen_llhttp
123123
strategy:
124124
matrix:
125-
pyver: [3.9, '3.10', '3.11', '3.12', '3.13']
125+
# Note that 3.13.4 is broken on Windows which
126+
# is why 3.13.5 was rushed out. When 3.13.5 is fully
127+
# available, we can remove 3.13.4 from the matrix
128+
# and switch it back to 3.13
129+
pyver: [3.9, '3.10', '3.11', '3.12', '3.13.3']
126130
no-extensions: ['', 'Y']
127131
os: [ubuntu, macos, windows]
128132
experimental: [false]

0 commit comments

Comments
 (0)