Skip to content

Commit b7ffe61

Browse files
Readd 3.14 to experimental (#11333)
1 parent ca49ee3 commit b7ffe61

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,7 @@ jobs:
138138
needs: gen_llhttp
139139
strategy:
140140
matrix:
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']
141+
pyver: [3.9, '3.10', '3.11', '3.12', '3.13']
146142
no-extensions: ['', 'Y']
147143
os: [ubuntu, macos, windows]
148144
experimental: [false]
@@ -156,10 +152,10 @@ jobs:
156152
no-extensions: 'Y'
157153
os: ubuntu
158154
experimental: false
159-
# - os: ubuntu
160-
# pyver: "3.14"
161-
# experimental: true
162-
# no-extensions: 'Y'
155+
- os: ubuntu
156+
pyver: "3.14"
157+
experimental: true
158+
no-extensions: 'Y'
163159
fail-fast: true
164160
runs-on: ${{ matrix.os }}-latest
165161
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)