From 193ae9611fb532ad62228dbfc39de20e292d61e9 Mon Sep 17 00:00:00 2001
From: Georg Krause <georg@funkwhale.audio>
Date: Sat, 3 Jun 2023 15:15:53 +0000
Subject: [PATCH] =?UTF-8?q?chore:=20Enable=20tests=20f=C3=BCr=20python=203?=
 =?UTF-8?q?.11?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81f21aa..e0bcee6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ test:
   stage: test
   parallel:
     matrix:
-      - PY_VER: ["3.7", "3.8", "3.9", "3.10"]
+      - PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11"]
   image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
   before_script: 
     - poetry install
-- 
GitLab