From 9cb41192a2b4b25a47b37160763848ab67268fbe Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 18 Dec 2024 12:55:48 +0100 Subject: [PATCH 1/2] Test on py3.14 --- .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 2ebc795ef22..771efd8bbae 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.0-alpha.2" + experimental: true + no-extensions: 'Y' fail-fast: true runs-on: ${{ matrix.os }}-latest continue-on-error: ${{ matrix.experimental }} From eaa78de87a4fa22b9c64856c51bd4946ab49e02b Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 18 Dec 2024 15:16:19 +0100 Subject: [PATCH 2/2] notes --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 771efd8bbae..8a1e24c698b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -156,7 +156,7 @@ jobs: os: ubuntu experimental: false - os: ubuntu - pyver: "3.14.0-alpha.2" + pyver: "3.14" experimental: true no-extensions: 'Y' fail-fast: true