Skip to content
Snippets Groups Projects
Verified Commit ce9902e6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add Python 3.10

parent 8f4dfd1a
No related branches found
No related tags found
No related merge requests found
Pipeline #44539 passed
......@@ -62,6 +62,14 @@ test-py3.9:
- make test
<<: *junit_definition
test-py3.10:
image: docker.km3net.de/base/python:3.10
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
code-style:
image: docker.km3net.de/base/python:3.9
stage: test
......
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