From 8758f8f89aac38c5235c59c53e39a788ce6fbad7 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 12 May 2023 10:41:55 +0200
Subject: [PATCH] (ci) Remove Py3.7 test job (#437)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51fa97c0..872e2874 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,11 +120,6 @@ pre-commit:hooks:
     - poetry install
     - poetry run pytest tests/unit
 
-tests:3.7:
-  extends: .tests
-  variables:
-    PYTHON_VERSION: "3.7"
-
 tests:3.8:
   extends: .tests
   variables:
-- 
GitLab