]> kaliko git repositories - python-musicpd.git/blobdiff - .gitlab-ci.yml
ci: Add python 3.12 test
[python-musicpd.git] / .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