remove 3.7 testing

This commit is contained in:
Ariel Rin
2021-12-24 16:25:29 +10:00
parent a64d99eb91
commit 05110abc59
2 changed files with 1 additions and 21 deletions

View File

@@ -46,16 +46,6 @@ dependency_scanning:
- python -V
- pip install wheel tox
test-3.7-core:
<<: *only-default
image: python:3.7-bullseye
script:
- tox -e py37-core
artifacts:
when: always
reports:
cobertura: coverage.xml
test-3.8-core:
<<: *only-default
image: python:3.8-bullseye
@@ -86,16 +76,6 @@ test-3.10-core:
reports:
cobertura: coverage.xml
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