From de9c82893c12e704eb3fd43b48ff04f216e66a99 Mon Sep 17 00:00:00 2001 From: John Bley Date: Wed, 6 Mar 2024 11:30:51 -0500 Subject: [PATCH] Remove py37 test from gitlab CI (#414) --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8363c34f..5ccb9b4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,12 +40,6 @@ build: - dist/ when: always -test-py37: - extends: .tox - variables: - PY_VERSION: "3.7" - TOX_ENV: py37-test - test-py38: extends: .tox variables: