From f3a8643807b284c5f7365386e16e98eb3a87ed75 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Thu, 3 Oct 2024 12:27:15 -0400
Subject: [PATCH] ci: update Python image

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f22604bd..f107804c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ build-openapi-scheme:
       - $OPENAPI_JSON
 check-style:
   stage: check
-  image: python:3.11-slim
+  image: python:3.12-slim
   before_script:
     # we do this, because YAML anchors are not supported when executing locally
     - python3 -m pip install --upgrade pip
@@ -44,7 +44,7 @@ check-style:
     - poetry run black --check --quiet program steering
 run_test_cases:
   stage: test
-  image: python:3.11-slim
+  image: python:3.12-slim
   before_script:
     # we do this, because YAML anchors are not supported when executing locally
     - apt-get -qq update
-- 
GitLab