From: Frank Brehm Date: Thu, 10 Nov 2022 08:56:01 +0000 (+0100) Subject: Adding tests for Python 3.11 X-Git-Tag: 0.7.2^2^2~19 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ddf9c6c38bb18fe8099d26021bc769c09b57fee7;p=pixelpark%2Fpp-admin-tools.git Adding tests for Python 3.11 --- 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: