]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Adding tests for Python 3.11
authorFrank Brehm <frank@brehm-online.com>
Thu, 10 Nov 2022 08:56:01 +0000 (09:56 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 10 Nov 2022 08:56:01 +0000 (09:56 +0100)
.gitlab-ci.yml

index 26b1e2b481302c26b7735e56e0ee231646731466..ba23bcb41498a8c2e4d787a42b18d9756e85a0df 100644 (file)
@@ -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: