From 0d709ff85d11475fa55048291ae1fd78a43b54a5 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 3 Nov 2025 14:26:49 +0100 Subject: [PATCH] [CI] Use Python 3.14 for regression tests Closes: #11590 --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf08d2d0cc87..5cbfab054fea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,9 +75,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-python@v6 with: - # Use py311 for now, as py312 seems to be around 30s slower in CI - # TODO: figure out why that is (#11590) - python-version: "3.11" + python-version: "3.14" - uses: astral-sh/setup-uv@v6 with: version-file: "requirements-tests.txt"