From 08428f81def3bb4dbb32d2b5f996e22292402299 Mon Sep 17 00:00:00 2001 From: murphy <william.murphy@embl.de> Date: Tue, 26 Mar 2024 15:19:47 +0100 Subject: [PATCH] Remove python 3.12 tests --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 528e9e8..d8d4eca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.12-slim-bookworm +image: python:3.11-slim-bookworm stages: ["code-analysis","test", "build"] @@ -53,11 +53,6 @@ Run tests - Python 3.11: extends: - .test -Run tests - Python 3.12: - image: python:3.12-slim-bookworm - extends: - - .test - Publish package: stage: build rules: -- GitLab