From 89914ad1ef6d13963d856836d1b934cb02cfb837 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sun, 12 Nov 2023 12:02:20 +0100 Subject: [PATCH] ci: Add python 3.12 test --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2