Skip to content
Snippets Groups Projects

F py311

Merged Florian Spreckelsen requested to merge f-py311 into dev
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -86,6 +86,13 @@ unittest_py3.10:
image: python:3.10
script: *python_test_script
unittest_py3.11:
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