]> kaliko git repositories - python-musicpd.git/blobdiff - .gitlab-ci.yml
Add CI tests with python 3.11
[python-musicpd.git] / .gitlab-ci.yml
index 51c1a9d5b49c40bb6162685daf66aea9b5fbf7ce..ab4be76441271502c0ad7dffc108caa189249ac8 100644 (file)
@@ -15,10 +15,18 @@ stages:
   only:
     - pushes
 
+test-py3.11:
+  extends: ".test"
+  image: "python:3.11"
+
+test-py3.10:
+  extends: ".test"
+  image: "python:3.10"
+  coverage: '/musicpd.py\s+\d+\s+\d+\s+(\d+)%/'
+
 test-py3.9:
   extends: ".test"
   image: "python:3.9"
-  coverage: '/musicpd.py\s+\d+\s+\d+\s+(\d+)%/'
 
 test-py3.8:
   extends: ".test"