From 912719db8997fe8b161dc946d49e607a1017ab90 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). --- .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 f83414030859a..b971d8d14e1b4 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"]