Skip to content
Snippets Groups Projects
Commit 16b4103f authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Add Python 3.12 and 3.13 (allow_failure: true)

parent c6c94e90
Branches
Tags
2 merge requests!143Release 0.15.0,!132Add Python 3.12 to tests
Pipeline #48866 failed
......@@ -104,9 +104,18 @@ unittest_py3.12:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.11
image: python:3.12
script: *python_test_script
unittest_py3.13:
allow_failure: true
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.13
script: *python_test_script
# Trigger building of server image and integration tests
trigger_build:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment