From bcf1d90cf7a8ed76123028383ea03ef69bd1f02a Mon Sep 17 00:00:00 2001
From: Bryan  BRANCOTTE <bryan.brancotte@pasteur.fr>
Date: Wed, 11 Sep 2024 15:31:24 +0200
Subject: [PATCH] don't test on 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 c6c3e431..da561add 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ test-python:
 #          '3.7', # EOL
           '3.8', # oldest
           '3.10', # used in Dockerfile
-          '3.12', # latest
+#          '3.12', # latest, broken as of sept 2024
       ]
 
 
-- 
GitLab