Drop python3.5 support

This commit is contained in:
Martin Pépin 2021-10-10 17:37:23 +02:00
parent cec9edba12
commit 6ea557e76a
No known key found for this signature in database
GPG key ID: E7520278B1774448
2 changed files with 1 additions and 8 deletions

View file

@ -35,12 +35,6 @@ before_script:
- apt-get update -q && apt-get -o dir::cache::archives="vendor/apt" install -yqq python3-dev libldap2-dev libsasl2-dev
- pip install tox
python35:
image: python:3.5
stage: tests
script:
- tox -e py35-django22
python36:
image: python:3.6
stage: tests

View file

@ -1,7 +1,6 @@
[tox]
envlist =
py{35,36,37,38,39}-django22,
py{36,37,38,39}-django{31,32}
py{36,37,38,39}-django{22,31,32}
[testenv]
deps =