Deprecate Python 3.5, 3.6 and Django 1.11

This commit is contained in:
Swen Kooij
2019-10-14 12:57:24 +03:00
parent a59706fd95
commit fa8373cafe
4 changed files with 10 additions and 57 deletions

View File

@@ -1,9 +1,8 @@
[tox]
envlist = py35-dj{111,20,21,22}, py36-dj{111,20,21,22}, py37-dj{111,20,21,22}
envlist = py37-dj{20,21,22}
[testenv]
deps =
dj111: Django>=1.11,<1.12
dj20: Django>=2.0,<2.1
dj21: Django>=2.1,<2.2
dj22: Django>=2.2,<2.3