Skip to content

Commit 28ea712

Browse files
committed
[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).
1 parent 8f156be commit 28ea712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
overrides: ["CMAKE_CXX_STANDARD=20"]
418418
# Fedora Rawhide with Python freethreading+debug build
419419
- image: rawhide
420-
python_venv: "/py-venv-3.14td/ROOT-CI"
420+
python_venv: "/py-venv-3.15td/ROOT-CI"
421421
is_special: true
422422
property: "Fedora pydebug no GIL"
423423
overrides: ["CMAKE_CXX_STANDARD=23"]

0 commit comments

Comments
 (0)