Skip to content
Snippets Groups Projects
Commit 29f404bc authored by georg's avatar georg
Browse files

CI: run tests via python3.{13,14}

parent 6c966f2a
No related branches found
No related tags found
1 merge request!116CI: run tests via python3.{13,14}
Pipeline #269659 failed
......@@ -101,3 +101,15 @@ tests:python3.12:
stage: test
script:
- python3 -m unittest discover -v
tests:python3.13:
image: $CONTAINER_REGISTRY:python3.13
stage: test
script:
- python3 -m unittest discover -v
tests:python3.14:
image: $CONTAINER_REGISTRY:python3.14
stage: test
script:
- python3 -m unittest discover -v
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