From cd801ddfb316b4b3d6aac506f3a343c6c84c8341 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 327fd0c6..a6a4d4b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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] -- GitLab