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

Merge branch 'f-py311' into 'dev'

F py311

See merge request !89
parents fd4263b6 42280a17
Branches
No related tags found
2 merge requests!93Release 0.11.0,!89F py311
Pipeline #32508 passed
...@@ -86,6 +86,13 @@ unittest_py3.10: ...@@ -86,6 +86,13 @@ unittest_py3.10:
image: python:3.10 image: python:3.10
script: *python_test_script 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 building of server image and integration tests
trigger_build: trigger_build:
stage: deploy stage: deploy
......
[tox] [tox]
envlist=py38, py39, py310 envlist=py38, py39, py310, py311
skip_missing_interpreters = true skip_missing_interpreters = true
[testenv] [testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment