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

Remove Python 3.6 from CI, add 3.10 to 3.12

parent 904084da
No related branches found
No related tags found
1 merge request!86Remove online support, uproot3 and update to awkward2 and uproot5
Pipeline #52871 failed
......@@ -39,14 +39,6 @@ stages:
reports:
junit: "reports/junit*.xml"
test-py3.6:
image: docker.km3net.de/base/python:3.6
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-py3.7:
image: docker.km3net.de/base/python:3.7
stage: test
......@@ -71,6 +63,30 @@ 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
test-py3.11:
image: docker.km3net.de/base/python:3.11
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-py3.12:
image: docker.km3net.de/base/python:3.12
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