Skip to content
Snippets Groups Projects
Commit 4cbf0455 authored by florian's avatar florian
Browse files

TST: Add Python 3.11 to tox and pipeline

parent 2c9531e9
Branches
Tags
2 merge requests!91Release 0.3,!81WIP: lots of changes
Pipeline #32066 passed
...@@ -141,6 +141,12 @@ unittest_py3.10: ...@@ -141,6 +141,12 @@ unittest_py3.10:
image: python:3.10 image: python:3.10
script: *python_test_script script: *python_test_script
unittest_py3.11:
tags: [cached-dind]
stage: test
image: python:3.11
script: *python_test_script
inttest: inttest:
tags: [docker] tags: [docker]
services: services:
......
[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