From c984a44b05c49422c6ad73a9bb6f7cfb6b02b891 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 21 Nov 2024 00:16:58 +0100 Subject: [PATCH] Disable Python 3.14 builds (#9961) --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 686260d5595..4b824822530 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -155,10 +155,10 @@ jobs: no-extensions: 'Y' os: ubuntu experimental: false - - os: ubuntu - pyver: "3.14" - experimental: true - no-extensions: 'Y' + # - os: ubuntu + # pyver: "3.14" + # experimental: true + # no-extensions: 'Y' fail-fast: true runs-on: ${{ matrix.os }}-latest continue-on-error: ${{ matrix.experimental }}