]> kaliko git repositories - python-musicpd.git/commitdiff
ci: Add python 3.12 test
authorKaliko Jack <kaliko@azylum.org>
Sun, 12 Nov 2023 11:02:20 +0000 (12:02 +0100)
committerKaliko Jack <kaliko@azylum.org>
Sun, 12 Nov 2023 11:02:20 +0000 (12:02 +0100)
.gitlab-ci.yml

index 4adfebb581acd60e857494c58e6cac8b4da76084..90f133a64a4a440d22b6754d4e5cf8db7b07e569 100644 (file)
@@ -30,6 +30,12 @@ stages:
         - test.py
     - if: $CI_PIPELINE_SOURCE == "schedule"
 
+test-py3.12:
+  extends:
+    - .cache_python
+    - .test
+  image: "python:3.12"
+
 test-py3.11:
   extends:
     - .cache_python