Skip to content
Snippets Groups Projects

Introduce Py3.12 test job (#448)

Merged Moul requested to merge 448_py3.12 into main
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -127,6 +127,11 @@ tests:3.11:cov:
coverage_format: cobertura
path: coverage.xml
tests:3.12:
extends: .tests
variables:
PYTHON_VERSION: "3.12"
.image:
stage: package
tags: [docker]
Loading