From d138bd61c57673276d2e4dfd0dd3c5af666aa0a9 Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Sun, 26 Oct 2025 12:45:49 +1000 Subject: [PATCH] py38 not available on debian trixie --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9c98306..cdfc6596 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ secret_detection: test-3.8-core: <<: *only-default - image: python:3.8-trixie + image: python:3.8-bookworm script: - tox -e py38-core artifacts: