Skip to content

Commit 43ea3b1

Browse files
authored
Pin CI Python version to 3.13.3 (#11193)
1 parent 7d56ed3 commit 43ea3b1

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
@@ -138,7 +138,11 @@ jobs:
138138
needs: gen_llhttp
139139
strategy:
140140
matrix:
141-
pyver: [3.9, '3.10', '3.11', '3.12', '3.13']
141+
# Note that 3.13.4 is broken on Windows which
142+
# is why 3.13.5 was rushed out. When 3.13.5 is fully
143+
# available, we can remove 3.13.4 from the matrix
144+
# and switch it back to 3.13
145+
pyver: [3.9, '3.10', '3.11', '3.12', '3.13.3']
142146
no-extensions: ['', 'Y']
143147
os: [ubuntu, macos, windows]
144148
experimental: [false]

0 commit comments

Comments
 (0)