Skip to content
Snippets Groups Projects
Commit 1a0de5b5 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

NEW: Add GitLab unittests for Python 3.12

parent 1b2d85d9
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!132Add Python 3.12 to tests
Pipeline #48283 passed
......@@ -100,6 +100,13 @@ unittest_py3.11:
image: python:3.11
script: *python_test_script
unittest_py3.12:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.11
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.
Finish editing this message first!
Please register or to comment