1
0
mirror of synced 2024-06-04 05:18:02 +02:00

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

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