From: Kaliko Jack Date: Wed, 9 Feb 2022 12:15:29 +0000 (+0100) Subject: Add CI tests with python 3.10 X-Git-Tag: v0.8.0~5 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=b4fb0b5ed988621e4176db18f89af6bc4d0bb2b6 Add CI tests with python 3.10 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51c1a9d..de4dc95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,10 +15,14 @@ stages: only: - pushes +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"