Skip to content

Commit

Permalink
Update list of supported versions (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and carltongibson committed Nov 14, 2019
1 parent 805bd07 commit 33201e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -21,9 +21,9 @@ Full documentation on `read the docs`_.
Requirements
------------

* **Python**: 3.4, 3.5, 3.6, 3.7
* **Django**: 1.11, 2.0, 2.1, 2.2
* **DRF**: 3.8+
* **Python**: 3.5, 3.6, 3.7, 3.8
* **Django**: 1.11, 2.0, 2.1, 2.2, 3.0
* **DRF**: 3.10+

From Version 2.0 Django Filter is Python 3 only.
If you need to support Python 2.7 use the version 1.1 release.
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/install.txt
Expand Up @@ -29,6 +29,6 @@ __ http://www.django-rest-framework.org/



* **Python**: 3.4, 3.5, 3.6, 3.7
* **Django**: 1.11, 2.0, 2.1, 2.2
* **DRF**: 3.8+
* **Python**: 3.5, 3.6, 3.7, 3.8
* **Django**: 1.11, 2.0, 2.1, 2.2, 3.0
* **DRF**: 3.10+
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -47,6 +47,7 @@
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 33201e3

Please sign in to comment.