Skip to content
Snippets Groups Projects
Commit 94ef57c9 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin Committed by georg
Browse files

Add python3.12 in the CI

parent 05d1ca58
Branches
Tags
1 merge request!113Add python3.12 in the CI
Pipeline #208878 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment