From 31b964663c5384de2a6c8858ca3ac8f2cabf5bbb Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 12 Dec 2023 08:29:52 +0100 Subject: [PATCH] fix: add python 3.12 to ci pipeline --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0669fdf..d466f85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,12 @@ tests-3.11: stage: AdditionalTests image: $CI_DOCKER_REGISTRY/python:3.11 allow_failure: true + +tests-3.12: + extends: "tests-3.10" + stage: AdditionalTests + image: $CI_DOCKER_REGISTRY/python:3.12 + allow_failure: true semver: stage: Deploy