From 513b7b88f4a237eb14f790ddb16d500779ad0a74 Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Mon, 27 Oct 2025 20:08:15 +1000 Subject: [PATCH] another trixie runner, not available to python 3.8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cdfc6596..ca265700 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,7 +113,7 @@ test-3.12-core: test-3.8-all: <<: *only-default - image: python:3.8-trixie + image: python:3.8-bookworm script: - tox -e py38-all artifacts: