Skip to content
Snippets Groups Projects

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

Merged georg requested to merge ci-add-py3.13-py3.14 into master
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
+ 12
0
@@ -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
Loading