From 6555c51d28c3c010e03dff7b4cb77c346b30c7f8 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Sun, 5 Feb 2023 10:59:03 +0100
Subject: [PATCH] ci: update to python 3.10

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2533dda..6d66188 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.9-buster
+image: python:3.10-buster
 
 stages:
   - test
-- 
GitLab