Drop Python 3.7 and 3.8 support

This commit is contained in:
Yohann D'ANELLO 2021-10-23 14:01:08 +02:00
parent a78d0b4904
commit 69a8080050
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 24 deletions

View File

@ -2,30 +2,6 @@ stages:
- test
- quality-assurance
py37-django22:
stage: test
image: debian:buster-backports
before_script:
- >
apt-get update &&
apt-get install --no-install-recommends -t buster-backports -y
python3-django python3-django-reversion python3-djangorestframework
python3-docutils tox
script: tox -e py37
py38-django22:
stage: test
image: ubuntu:20.04
before_script:
# Fix tzdata prompt
- ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime && echo Europe/Paris > /etc/timezone
- >
apt-get update &&
apt-get install --no-install-recommends -y
python3-django python3-django-reversion python3-djangorestframework
python3-docutils tox
script: tox -e py38
py39-django22:
stage: test
image: debian:bullseye