From 99d1535af1c24b58bc96e35a90b0876c4ded824a Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Sun, 18 Dec 2022 19:30:37 +0100 Subject: [PATCH] Add CI tests with python 3.11 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.2