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