Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit c4f529d

Browse files
committed
Update supported versions
1 parent 8a03fc8 commit c4f529d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Requirements
2424

2525
- Python (2.7, 3.3, 3.4)
2626
- Django (1.6, 1.7, 1.8)
27-
- Django REST Framework (2.4.3, 2.4.4, 3.0.0, 3.1.0)
27+
- Django REST Framework (2.4, 3.0, 3.1, 3.2)
2828

2929
Installation
3030
------------

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you want to know more about JWT, check out the following resources:
2929

3030
- Python (2.7, 3.3, 3.4)
3131
- Django (1.6, 1.7)
32-
- Django REST Framework (2.4.3, 2.4.4, 3.0.0)
32+
- Django REST Framework (2.4, 3.0, 3.1, 3.2)
3333

3434
## Installation
3535

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ setenv =
1010
PYTHONDONTWRITEBYTECODE=1
1111
deps =
1212
django1.6: Django==1.6.3 # Should track minimum supported
13-
django1.7: Django==1.7.8 # Should track maximum supported
14-
django1.8: Django==1.8.2 # Should track maximum supported
13+
django1.7: Django==1.7.10 # Should track maximum supported
14+
django1.8: Django==1.8.4 # Should track maximum supported
1515
drf2.4: djangorestframework==2.4.5 # Should track minimum supported
1616
drf3.0: djangorestframework==3.0.5 # Should track maximum supported
1717
drf3.1: djangorestframework==3.1.3 # Should track maximum supported
18-
drf3.2: djangorestframework==3.2.1 # Should track maximum supported
18+
drf3.2: djangorestframework==3.2.2 # Should track maximum supported
1919
py27-django1.6-drf{2.4,3.0,3.1,3.2}: -rrequirements/optionals.txt
2020
py27-django{1.6,1.7,1.8}-drf{3.1,3.2}: djangorestframework-oauth==1.0.1
2121
-rrequirements/testing.txt

0 commit comments

Comments
 (0)