From 72834fdccb4f3d121dac94a4d94eda607bdccce3 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 29 Oct 2024 13:01:54 +0100
Subject: [PATCH] Add Python 3.13 support (#208)

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 648a893..33ded4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,6 +139,11 @@ tests:3.12:cov:
         coverage_format: cobertura
         path: coverage.xml
 
+tests:3.13:
+  extends: .tests
+  variables:
+    PYTHON_VERSION: "3.13"
+
 release:
   stage: release
   script:
-- 
GitLab