From 53ecb318fc403cc72dbeeb40614cd88712447592 Mon Sep 17 00:00:00 2001
From: Pablo Escobar <pescobar001@gmail.com>
Date: Mon, 5 Feb 2024 15:12:10 +0100
Subject: [PATCH] Update CI config to use python3.10

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c892a4c..5ce5df4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.8-buster
+image: python:3.10-bullseye
 
 before_script:
   - pip install -r requirements.txt
-- 
GitLab