From 2d3e205b080baa7e85ed0de99cc16aa29b68a8b8 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 10 Jan 2024 09:31:54 +0100 Subject: [PATCH] test with 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 b1ea9b2..3e87a83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test-style: test: stage: test - image: python:3.9 + image: python:3.10 services: - name: postgres:14 alias: "db-local" -- GitLab