Skip to content
Snippets Groups Projects

Add python3.12 in the CI

Merged jvoisin requested to merge python12 into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -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