[ci] Use alma8 image with Python 3.12#19720
[ci] Use alma8 image with Python 3.12#19720guitargeek wants to merge 1 commit intoroot-project:masterfrom
alma8 image with Python 3.12#19720Conversation
Test Results 22 files 22 suites 3d 16h 22m 52s ⏱️ For more details on these failures, see this check. Results for commit 2881e63. ♻️ This comment has been updated with latest results. |
|
I think this is a bad idea: As far as I can tell, |
Yes, but not for every PR build that may break it by using syntax that doesn't work in Python 3.8... |
|
That's true, so maybe we can make this change to the CI only once we change the minimum supported Python version. In any case, the tests don't even pass 😆 Let's maybe come back to this later when we're actually getting closer to 6.38 branching/release. |
5fd1d1f to
fbb97ab
Compare
fbb97ab to
ab1e77c
Compare
ab1e77c to
2881e63
Compare

Let's see if this works. We need to update the Python version in
alma8, because right now we're using a random Python version in Alma 8 that is not supported by RHEL anymore.See https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle
The only Python versions in RHEL 8 that are supported until its end-of-life are Python 3.6 and Python 3.12. Since ROOT requires Python 3.12, we need to use Alma 8 with Python 3.12.
Right now, our CI images install Python 3.8 on RHEL 3.8, but this intermediate version is not supported anymore by RHEL.