CI: run tests via python3.{13,14}
This commit is contained in:
parent
6c966f2afa
commit
29f404bce3
1 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue