On 28/05/2025 09.53, Michael Tokarev wrote:
This reverts commit 3d5b2f81fbc6b96b70271af1820674731a441ff7.

It should not be in 10.0.x branch, since we do support python 3.8
in 10.0.

Signed-off-by: Michael Tokarev <m...@tls.msk.ru>
...
diff --git a/tests/docker/dockerfiles/python.docker 
b/tests/docker/dockerfiles/python.docker
index 59e70a0248..8f0af9ef25 100644
--- a/tests/docker/dockerfiles/python.docker
+++ b/tests/docker/dockerfiles/python.docker
@@ -15,6 +15,7 @@ ENV PACKAGES \
      python3.11 \
      python3.12 \
      python3.13 \
+    python3.8 \
      python3.9
RUN dnf install -y $PACKAGES

Reviewed-by: Thomas Huth <th...@redhat.com>

... but you might want to add another patch instead that pins the python.docker to Fedora 41, otherwise the job will fail.


Reply via email to