1
0
Fork 0
mirror of synced 2025-07-15 14:08:16 +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