From ad878db0f6e00ed10a732769f5bd2975c8a7a03a 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 9791a0c..b9b5a76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,6 +124,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