From eabd610a34b781dfc323fd3bdcee4c00a545e5ee Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 19 Oct 2024 07:58:03 +0200 Subject: [PATCH] CI: Run Python 3.14.0-alpha1 --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1a724f59..b47f73443 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,10 @@ jobs: strategy: matrix: include: + - python-version: "3.14.0-alpha.1" + with-opt-deps: true + runs-on: ubuntu-22.04 + - python-version: "3.13.0" with-opt-deps: true runs-on: ubuntu-22.04