Skip to content
Snippets Groups Projects

Add 3.13 unit_tests job (#482)

Merged Moul requested to merge 482_python_3.13 into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -127,6 +127,12 @@ tests:3.12:cov:
coverage_format: cobertura
path: coverage.xml
unit_tests:3.13:
extends: .tests
variables:
PYTHON_VERSION: "3.13"
allow_failure: true
.image:
stage: package
tags: [docker]
Loading