Skip to content
Snippets Groups Projects
Commit f5c27184 authored by Moul's avatar Moul
Browse files

Add 3.13 unit_tests job (#482)

with `allow_failure` in the meantime
parent d3decb87
No related branches found
No related tags found
No related merge requests found
Pipeline #38246 passed
...@@ -132,6 +132,12 @@ tests:3.12:cov: ...@@ -132,6 +132,12 @@ tests:3.12:cov:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
unit_tests:3.13:
extends: .tests
variables:
PYTHON_VERSION: "3.13"
allow_failure: true
.image: .image:
stage: package stage: package
tags: [docker] tags: [docker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment