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

Merge branch 'dst_km3irf' into 'master'

DST km3irf

See merge request !30
parents bd861802 fa6c3fa7
No related branches found
Tags v0.4.6
1 merge request!30DST km3irf
Pipeline #34479 failed
......@@ -63,6 +63,22 @@ test-py3.8:
- make test
<<: *junit_definition
test-py3.9:
image: docker.km3net.de/base/python:3.9
stage: test
script:
- *virtualenv_definition
- 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.7
stage: test
......
......@@ -3,6 +3,11 @@ Unreleased changes
Version 0
---------
0.4.1 / 2023-01-24
~~~~~~~~~~~~~~~~~~
* DST sample (mainly for ``km3irf``) has been added
* Python 3.9 and 3.10 added to the CI test stage
0.4.0 / 2022-11-07
~~~~~~~~~~~~~~~~~~
* Ditch yapf in favour of black for code style
......
File added
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