From 8c2e1053f977c33ef116fe346525690b7499cc18 Mon Sep 17 00:00:00 2001 From: Simon Bjurek <simbj106@student.liu.se> Date: Mon, 27 Jan 2025 08:40:42 +0100 Subject: [PATCH] removed py version 3.9 since it will reach end-of-life this year --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96ca283e..873cea6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,18 +35,6 @@ before_script: path: cov.xml coverage: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/ -run-test-3.9-pyside2: - variables: - QT_API: pyside2 - image: python:3.9 - extends: ".run-test" - -run-test-3.9-pyqt5: - variables: - QT_API: pyqt5 - image: python:3.9 - extends: ".run-test" - run-test-3.10-pyside2: variables: QT_API: pyside2 -- GitLab