Skip to content
Snippets Groups Projects
Commit 14271a64 authored by florian's avatar florian
Browse files

TST: Add Python 3.11 to tox interpreters and pipeline

parent 8dc3b9b5
Branches
Tags
2 merge requests!65DOC: Added CITATION.cff to the list of files in the release guide where the...,!62F py311
Pipeline #32064 canceled
......@@ -150,6 +150,12 @@ unittest_py310:
image: python:3.10
script: *python_test_script
unittest_py310:
tags: [docker]
stage: unittest
image: python:3.10
script: *python_test_script
# 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