From f5c271842fc95e90ad9d15a04f77917860f2bc04 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 10 Oct 2024 18:42:45 +0200 Subject: [PATCH] Add 3.13 unit_tests job (#482) with `allow_failure` in the meantime --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 090482e6..13cea6fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,6 +132,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] -- GitLab