From 4c4cea7741f70d7c929a80dbff5719aeb680db48 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Sat, 30 Dec 2023 17:20:36 +0100
Subject: [PATCH] upgrade testing to Python 3.12

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f86292f..2a8f396 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 test:
-    image: python:3.8-slim
+    image: python:3.12-slim
     script:
         - python3 -m ebpfcat.ebpf_test -v Tests && python3 -m ebpfcat.ethercat_test -v
 
-- 
GitLab