Skip to content
Snippets Groups Projects

Add Python 3.12 to tests

Merged Joscha Schmiedt requested to merge f-py312 into dev
Files
2
+ 7
0
@@ -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
Loading