1
0
Fork 0

Add python3.12 in the CI

This commit is contained in:
jvoisin 2023-11-08 15:55:40 +01:00 committed by georg
parent 05d1ca5841
commit 94ef57c994
1 changed files with 6 additions and 0 deletions

View File

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