Skip to content

Commit 5bcf07d

Browse files
[PR #9961/c984a44b backport][3.11] Disable Python 3.14 builds (#10012)
Co-authored-by: Andrew Svetlov <[email protected]>
1 parent c82c58a commit 5bcf07d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ jobs:
139139
no-extensions: 'Y'
140140
os: ubuntu
141141
experimental: false
142-
- os: ubuntu
143-
pyver: "3.14"
144-
experimental: true
145-
no-extensions: 'Y'
142+
# - os: ubuntu
143+
# pyver: "3.14"
144+
# experimental: true
145+
# no-extensions: 'Y'
146146
fail-fast: true
147147
runs-on: ${{ matrix.os }}-latest
148148
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)