From: Kaliko Jack Date: Mon, 11 Nov 2024 08:48:15 +0000 (+0100) Subject: ci: Add python 3.13 test X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=21c4f762a3179c8482bf8555a6328d0adf52a50e;p=python-musicpd.git ci: Add python 3.13 test --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6576783..6da6300 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,12 @@ stages: - test.py - if: $CI_PIPELINE_SOURCE == "schedule" +test-py3.13: + extends: + - .cache_python + - .test + image: "python:3.13" + test-py3.12: extends: - .cache_python