summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-03 14:35:15 +0100
committerStephen Finucane <stephen@that.guru>2019-09-08 15:41:03 +0100
commit6267a5fad01db859c1b31561124f00a5b97299f4 (patch)
treead264c80412fc46cd16b3c626ca61e28966134cb /tox.ini
parent1a36ed51a8e1e073dad6dc14b683ef68d44f98fa (diff)
downloadpatchwork-6267a5fad01db859c1b31561124f00a5b97299f4.tar
patchwork-6267a5fad01db859c1b31561124f00a5b97299f4.tar.gz
Drop support for Python 3.4, add Python 3.7
It's no longer supported upstream and the *second* last Ubuntu LTS release provides something newer. Time to move on. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index bfca053..7742d1b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = pep8,docs,py{27,34}-django111,py{35,36}-django{111,20,21,22}
+envlist = pep8,docs,py{27}-django111,py{35,36,37}-django{111,20,21,22}
skipsdist = True
[testenv]
@@ -8,7 +8,7 @@ deps =
-r{toxinidir}/requirements-test.txt
django111: django>=1.11,<2.0
django111: djangorestframework>=3.6,<3.10
- django111: django-filter>=1.0,<3.0; python_version >= '3.4'
+ django111: django-filter>=1.0,<3.0; python_version >= '3.5'
django111: django-filter>=1.0,<2.0; python_version < '3.0'
django20: django>=2.0,<2.1
django21: django>=2.1,<2.2