From 8351bd2fa3190881c2e9ad2946815cbec48546f2 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 29 Dec 2021 16:34:14 +1000 Subject: [PATCH] Forgot to remove a 3.7 test --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08a8d32c..b652a515 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,16 +87,6 @@ test-3.11-core: cobertura: coverage.xml allow_failure: true -test-3.7-all: - <<: *only-default - image: python:3.7-bullseye - script: - - tox -e py37-all - artifacts: - when: always - reports: - cobertura: coverage.xml - test-3.8-all: <<: *only-default image: python:3.8-bullseye