1
0
mirror of synced 2025-02-11 05:03:03 +01:00

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

This commit is contained in:
georg 2025-01-09 09:52:47 +00:00
parent 6c966f2afa
commit 29f404bce3

View File

@ -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