From: Kaliko Jack Date: Sun, 12 Nov 2023 11:02:20 +0000 (+0100) Subject: ci: Add python 3.12 test X-Git-Tag: v0.9.0~14 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=89914ad1ef6d13963d856836d1b934cb02cfb837 ci: Add python 3.12 test --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4adfebb..90f133a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,12 @@ stages: - test.py - if: $CI_PIPELINE_SOURCE == "schedule" +test-py3.12: + extends: + - .cache_python + - .test + image: "python:3.12" + test-py3.11: extends: - .cache_python