From ddf9c6c38bb18fe8099d26021bc769c09b57fee7 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 10 Nov 2022 09:56:01 +0100 Subject: [PATCH] Adding tests for Python 3.11 --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26b1e2b..ba23bcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,6 +110,13 @@ test Python 3.10: - .test-rules image: python:3.10 +# --------------------------- +test Python 3.11: + extends: + - .docker_job_definition + - .test-rules + image: python:3.11 + # --------------------------- Linter: stage: linter @@ -140,6 +147,7 @@ Linter: - 'test Python 3.8' - 'test Python 3.9' - 'test Python 3.10' + - 'test Python 3.11' # --------------------------- .pkg-build-rules: -- 2.39.5