From 94ef57c9941d56dff3a5f669dcfc5ba17f88d056 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 8 Nov 2023 15:55:40 +0100 Subject: [PATCH] Add python3.12 in the CI --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5136ec..8dc9339 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,3 +95,9 @@ tests:python3.11: stage: test script: - python3 -m unittest discover -v + +tests:python3.12: + image: $CONTAINER_REGISTRY:python3.12 + stage: test + script: + - python3 -m unittest discover -v