Skip to content
Snippets Groups Projects
Unverified Commit 56457022 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Test with Python 3.11 instead of 3.9


Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 9bac8cc6
No related branches found
No related tags found
1 merge request!33Drop HTTP proxy support, upgrade Websockets to 10.0
......@@ -3,8 +3,8 @@ stages:
- test
- docker
py39:
image: python:3.9
py310:
image: python:3.10
tags:
- lightweight
script:
......@@ -15,9 +15,9 @@ py39:
reports:
junit: test-results.xml
py310:
py311:
allow_failure: true
image: python:3.10
image: python:3.11
tags:
- lightweight
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment