From fa435b7c8e3e8e6097d56d0b3727f3a16b7f2ff8 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 0103828a..e363e34a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,11 +96,6 @@ ruff: - poetry install - poetry run pytest tests/unit -tests:3.7: - extends: .tests - variables: - PYTHON_VERSION: "3.7" - tests:3.8: extends: .tests variables: -- GitLab