From f0d0e5cc1501f205f7460c514de24b4e44f5de37 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 26 Oct 2022 11:36:45 +0200
Subject: [PATCH] (ci) Introduce tests:3.11 job (#442)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3c20269..28a0ffbc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,6 +140,11 @@ tests:3.10:
   variables:
     PYTHON_VERSION: "3.10"
 
+tests:3.11:
+  extends: .tests
+  variables:
+    PYTHON_VERSION: "3.11"
+
 .image:
   stage: package
   tags: [docker]
-- 
GitLab