From f94d104b63d4b837363a354e7cdac4f6bcd5c6b1 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Fri, 20 Mar 2020 19:08:41 +0000 Subject: [PATCH] Update supported versions (#1191) --- README.rst | 2 +- docs/guide/install.txt | 2 +- setup.py | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 685fbad18..c943818a0 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Requirements ------------ * **Python**: 3.5, 3.6, 3.7, 3.8 -* **Django**: 1.11, 2.0, 2.1, 2.2, 3.0 +* **Django**: 2.2, 3.0 * **DRF**: 3.10+ From Version 2.0 Django Filter is Python 3 only. diff --git a/docs/guide/install.txt b/docs/guide/install.txt index adadc2655..7177eebfd 100644 --- a/docs/guide/install.txt +++ b/docs/guide/install.txt @@ -30,5 +30,5 @@ __ http://www.django-rest-framework.org/ * **Python**: 3.5, 3.6, 3.7, 3.8 -* **Django**: 1.11, 2.0, 2.1, 2.2, 3.0 +* **Django**: 2.2, 3.0 * **DRF**: 3.10+ diff --git a/setup.py b/setup.py index 4476d6169..28b1687fa 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,6 @@ 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Framework :: Django', - 'Framework :: Django :: 1.11', - 'Framework :: Django :: 2.0', - 'Framework :: Django :: 2.1', 'Framework :: Django :: 2.2', 'Framework :: Django :: 3.0', 'Programming Language :: Python',