From 7b9b294e45958b288022e6e34251b0f37dcb4857 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Fri, 19 May 2023 14:37:10 +0200 Subject: [PATCH] Add Python 3.12 test job (#196) --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac60b91..c576bee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,6 +119,11 @@ tests:3.11:cov: coverage_format: cobertura path: coverage.xml +tests:3.12: + extends: .tests + variables: + PYTHON_VERSION: "3.12" + release: stage: release script: -- GitLab