diff options
Diffstat (limited to 'tests/docker/dockerfiles/python.docker')
-rw-r--r-- | tests/docker/dockerfiles/python.docker | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker index 8f0af9e..59e70a0 100644 --- a/tests/docker/dockerfiles/python.docker +++ b/tests/docker/dockerfiles/python.docker @@ -15,7 +15,6 @@ ENV PACKAGES \ python3.11 \ python3.12 \ python3.13 \ - python3.8 \ python3.9 RUN dnf install -y $PACKAGES |