From 30530396fdfb13ebdc9ddca1c7c27b324cffccc6 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 13 Mar 2025 11:46:19 +0000
Subject: [PATCH] CI: Pin the python3.13 test to Debian trixie

This will be the next stable release, expected in mid 2025.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e2ed5b..ecc9083 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -150,18 +150,18 @@ build:python3.12-dbg:
 
 build:python3.13:
   stage: build
-  image: "debian:testing-slim"
+  image: "debian:trixie-slim"
   variables:
-    ci_suite: testing
+    ci_suite: trixie
     dbus_ci_system_python: python3.13
   script: *script
   artifacts: *artifacts
 
 build:python3.13-dbg:
   stage: build
-  image: "debian:testing-slim"
+  image: "debian:trixie-slim"
   variables:
-    ci_suite: testing
+    ci_suite: trixie
     dbus_ci_system_python: python3.13-dbg
     dbus_ci_system_python_module_suffix: ''
   script: *script
-- 
GitLab