From: Kaliko Jack Date: Sun, 18 Dec 2022 18:30:37 +0000 (+0100) Subject: Add CI tests with python 3.11 X-Git-Tag: v0.9.0~33 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=99d1535af1c24b58bc96e35a90b0876c4ded824a Add CI tests with python 3.11 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de4dc95..ab4be76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"