CI: run tests via python3.{13,14}
This commit is contained in:
parent
6c966f2afa
commit
29f404bce3
@ -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…
x
Reference in New Issue
Block a user