Add python3.12 in the CI
This commit is contained in:
parent
05d1ca5841
commit
94ef57c994
1 changed files with 6 additions and 0 deletions
|
@ -95,3 +95,9 @@ tests:python3.11:
|
|||
stage: test
|
||||
script:
|
||||
- python3 -m unittest discover -v
|
||||
|
||||
tests:python3.12:
|
||||
image: $CONTAINER_REGISTRY:python3.12
|
||||
stage: test
|
||||
script:
|
||||
- python3 -m unittest discover -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue