Skip to content

Commit 89814e7

Browse files
[PR #11333/b7ffe616 backport][3.13] Readd 3.14 to experimental (#11334)
**This is a backport of PR #11333 as merged into master (b7ffe61).** Co-authored-by: Sam Bull <[email protected]>
1 parent 8019a1d commit 89814e7

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
@@ -122,11 +122,7 @@ jobs:
122122
needs: gen_llhttp
123123
strategy:
124124
matrix:
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']
125+
pyver: [3.9, '3.10', '3.11', '3.12', '3.13']
130126
no-extensions: ['', 'Y']
131127
os: [ubuntu, macos, windows]
132128
experimental: [false]
@@ -140,10 +136,10 @@ jobs:
140136
no-extensions: 'Y'
141137
os: ubuntu
142138
experimental: false
143-
# - os: ubuntu
144-
# pyver: "3.14"
145-
# experimental: true
146-
# no-extensions: 'Y'
139+
- os: ubuntu
140+
pyver: "3.14"
141+
experimental: true
142+
no-extensions: 'Y'
147143
fail-fast: true
148144
runs-on: ${{ matrix.os }}-latest
149145
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)