From cbb7beb8543d1cd6d43c0215387cf901ee2e0c5f Mon Sep 17 00:00:00 2001 From: Vincenzo Eduardo Padulano Date: Tue, 16 Jan 2024 08:22:57 +0100 Subject: [PATCH] Enforce Python 3.8 in Alma8 image In preparation of the removal of Python 2 support. The minimum Python version required will be set to 3.8, since it is the minimum version which is not EOL at the moment. On Centos8 and derivatives, the default Python 3 version is 3.6, but the official channels also provide more recent versions of Python. --- alma8/packages.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alma8/packages.txt b/alma8/packages.txt index 09f8b80..7fea413 100644 --- a/alma8/packages.txt +++ b/alma8/packages.txt @@ -51,8 +51,8 @@ postgresql-devel protobuf-compiler protobuf-devel pythia8-devel -python3 -python3-devel +python38 +python38-devel qt5-qtwebengine-devel R-devel R-Rcpp-devel