]> kaliko git repositories - python-musicpd.git/commitdiff
ci: Add python 3.13 test
authorKaliko Jack <kaliko@azylum.org>
Mon, 11 Nov 2024 08:48:15 +0000 (09:48 +0100)
committerKaliko Jack <kaliko@azylum.org>
Mon, 11 Nov 2024 08:48:15 +0000 (09:48 +0100)
.gitlab-ci.yml

index 6576783140e77d3886d75423817f39e198c2223f..6da6300566b7ae703a4dd859385d1cd394b316e3 100644 (file)
@@ -30,6 +30,12 @@ stages:
         - test.py
     - if: $CI_PIPELINE_SOURCE == "schedule"
 
+test-py3.13:
+  extends:
+    - .cache_python
+    - .test
+  image: "python:3.13"
+
 test-py3.12:
   extends:
     - .cache_python