From d08da2d099c61683c51e775d90bed7460a57e066 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sat, 11 Feb 2017 10:51:31 +0100 Subject: [PATCH] Drop testing DRF 3.4 Closes #626 --- README.rst | 2 +- docs/guide/install.txt | 4 ++-- tox.ini | 6 ++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 999059988..b4bd71f64 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Requirements * **Python**: 2.7, 3.3, 3.4, 3.5 * **Django**: 1.8, 1.9, 1.10 -* **DRF**: 3.4, 3.5 +* **DRF**: 3.5 Installation ------------ diff --git a/docs/guide/install.txt b/docs/guide/install.txt index 28c9ffc6e..27e6df2e9 100644 --- a/docs/guide/install.txt +++ b/docs/guide/install.txt @@ -15,7 +15,7 @@ Requirements ------------ Django-filter is tested against all supported versions of Python and `Django`__, -as well as the latest versions of Django REST Framework (`DRF`__). +as well as the latest version of Django REST Framework (`DRF`__). __ https://www.djangoproject.com/download/ __ http://www.django-rest-framework.org/ @@ -24,4 +24,4 @@ __ http://www.django-rest-framework.org/ * **Python**: 2.7, 3.3, 3.4, 3.5 * **Django**: 1.8, 1.9, 1.10 -* **DRF**: 3.4, 3.5 +* **DRF**: 3.5 diff --git a/tox.ini b/tox.ini index b10ff1ae7..b32745ce0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,7 @@ [tox] envlist = - {py27,py33,py34,py35}-django18-restframework{34,35}, - {py27,py34,py35}-django{19,110}-restframework{34,35}, - {py27,py34,py35}-django111-restframework35, + {py27,py33,py34,py35}-django18-restframework35, + {py27,py34,py35}-django{19,110,111}-restframework35, {py35}-djangolatest-restframeworklatest, warnings @@ -18,7 +17,6 @@ deps = django110: django>=1.10.0,<1.11.0 django111: django>=1.11a1,<2.0 djangolatest: https://github.com/django/django/archive/master.tar.gz - restframework34: djangorestframework>=3.4,<3.5 restframework35: djangorestframework>=3.5,<3.6 restframeworklatest: https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz -rrequirements/test-ci.txt