From 83ea33e9c6293441619fda557f5c344538a746b6 Mon Sep 17 00:00:00 2001
From: Nico Maillet <nicolas.maillet@pasteur.fr>
Date: Mon, 18 Dec 2023 09:54:27 +0100
Subject: [PATCH] Add python3.12

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ad4d41..3d1dccd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,4 +41,10 @@ test-py3.11:
   script:
   - pip3 install -r requirements.txt
   - python3.11 -m pytest --cov rpg tests
+test-py3.12:
+  image: python:3.12
+  stage: py312
+  script:
+  - pip3 install -r requirements.txt
+  - python3.12 -m pytest --cov rpg tests
   coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
\ No newline at end of file
-- 
GitLab