]> kaliko git repositories - python-musicpd.git/blobdiff - .gitlab-ci.yml
Add CI tests with python 3.11
[python-musicpd.git] / .gitlab-ci.yml
index de4dc95418b998ee1b2f4c41938890a67ea3fb45..ab4be76441271502c0ad7dffc108caa189249ac8 100644 (file)
@@ -15,6 +15,10 @@ stages:
   only:
     - pushes
 
+test-py3.11:
+  extends: ".test"
+  image: "python:3.11"
+
 test-py3.10:
   extends: ".test"
   image: "python:3.10"