fix: add python 3.12 to ci pipeline

This commit is contained in:
appel_c 2023-12-12 08:29:52 +01:00
parent 069f89f0e7
commit 31b964663c

View File

@ -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