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

Merge branch 'f-py311' into 'dev'

F py311

See merge request !62
parents 8dc3b9b5 6ef06e57
Branches
Tags
2 merge requests!65DOC: Added CITATION.cff to the list of files in the release guide where the...,!62F py311
Pipeline #32768 passed with warnings
......@@ -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
......
[tox]
envlist=py38, py39, py310
envlist=py38, py39, py310, py311
skip_missing_interpreters = true
[testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment