From f995ca95fa598cf8635dfc0c5ab918fd5d817264 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 26 Oct 2022 12:01:24 +0200 Subject: [PATCH] (ci) Introduce tests:3.11 job (#194) --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5478c5..da700ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,6 +119,11 @@ tests:3.10: variables: PYTHON_VERSION: "3.10" +tests:3.11: + extends: .tests + variables: + PYTHON_VERSION: "3.11" + release: stage: release script: -- GitLab