From d9f142e45c2a9f77654577b375e0aa10c12ba483 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Sun, 7 Jun 2026 13:48:57 +0200 Subject: [PATCH] [ci] Use Python 3.15 on Fedora Rawhide This is to cover the upcoming Python 3.15 in our CI. Just like before with Python 3.14, we will use a Python debug build with freethreading (no GIL). (cherry picked from commit 28ea712266e0e4917fd01f3aa32ba2fc5e2fd7cf) --- .github/workflows/root-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 62f1d11953631..caa2ed312877f 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -417,7 +417,7 @@ jobs: overrides: ["CMAKE_CXX_STANDARD=20"] # Fedora Rawhide with Python freethreading+debug build - image: rawhide - python_venv: "/py-venv-3.14td/ROOT-CI" + python_venv: "/py-venv-3.15td/ROOT-CI" is_special: true property: "Fedora pydebug no GIL" overrides: ["CMAKE_CXX_STANDARD=23"]