From 4fb01e2dfdbe0269f1093865d06f55908917b497 Mon Sep 17 00:00:00 2001
From: David Schaefer <david.schaefer@ufz.de>
Date: Tue, 17 Jan 2023 09:58:10 +0100
Subject: [PATCH] remove 3.11 testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c9f2aeec..f45b8f067 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -109,19 +109,6 @@ python310:
     reports:
       junit: report.xml
 
-
-python311:
-  stage: test
-  image: python:3.11
-  script:
-    - pytest tests dios/test -Werror --junitxml=report.xml
-    - python -m saqc --config docs/resources/data/config.csv --data docs/resources/data/data.csv --outfile /tmp/test.csv
-  artifacts:
-    when: always
-    reports:
-      junit: report.xml
-
-
 doctest:
   stage: test
   script:
-- 
GitLab