Skip to content
Snippets Groups Projects

F py311

Merged Florian Spreckelsen requested to merge f-py311 into dev
Files
2
+ 7
0
@@ -150,6 +150,13 @@ unittest_py310:
image: python:3.10
script: *python_test_script
unittest_py311:
tags: [docker]
stage: unittest
image: python:3.11
script: *python_test_script
allow_failure: true
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
pages_prepare: &pages_prepare
Loading