Skip to content

Commit c984a44

Browse files
authored
Disable Python 3.14 builds (#9961)
1 parent 78d1be5 commit c984a44

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
@@ -155,10 +155,10 @@ jobs:
155155
no-extensions: 'Y'
156156
os: ubuntu
157157
experimental: false
158-
- os: ubuntu
159-
pyver: "3.14"
160-
experimental: true
161-
no-extensions: 'Y'
158+
# - os: ubuntu
159+
# pyver: "3.14"
160+
# experimental: true
161+
# no-extensions: 'Y'
162162
fail-fast: true
163163
runs-on: ${{ matrix.os }}-latest
164164
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)