From 0b51c67344c9c25cf76322a994c44ec4a0e70fa3 Mon Sep 17 00:00:00 2001
From: Benedikt <benedikt.seeger@ptb.de>
Date: Mon, 28 Oct 2024 11:33:18 +0000
Subject: [PATCH] Update .gitlab-ci.yml file removed 3.0 testing

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8102a2e..3d33171 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,9 +27,6 @@ variables:
       coverage_report:
         coverage_format: cobertura
         path: coverage.xml
-test:python_3.0:
-  extends: .test_template
-  image: python:3.0
 
 # Define jobs for each Python version from 3.7 to 3.12
 
-- 
GitLab