Add python3.12 in the CI
This commit is contained in:
parent
05d1ca5841
commit
94ef57c994
@ -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…
Reference in New Issue
Block a user