Skip to content

Commit 75559f4

Browse files
authored
Merge pull request jazzband#20 from felixxm/drf38
Added DRF 3.8 support.
2 parents eb6abc3 + 808be00 commit 75559f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.rst

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

2424
* Python (2.7, 3.4, 3.5, 3.6)
2525
* Django (1.11, 2.0)
26-
* Django REST Framework (3.5, 3.6, 3.7)
26+
* Django REST Framework (3.5, 3.6, 3.7, 3.8)
2727

2828
These are the officially supported python and package versions. Other versions
2929
will probably work. You're free to modify the tox config and see what is

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ addopts=--tb=short
33

44
[tox]
55
envlist =
6-
py{27,34,35,36}-django111-drf{35,36,37},
7-
py{34,35,36}-django20-drf37,
8-
py36-djangomaster-drf37,
6+
py{27,34,35,36}-django111-drf{35,36,37,38},
7+
py{34,35,36}-django20-drf{37,38},
8+
py36-djangomaster-drf38,
99
lint
1010

1111
[travis:env]
@@ -25,6 +25,7 @@ deps =
2525
drf35: djangorestframework>=3.5,<3.6
2626
drf36: djangorestframework>=3.6,<3.7
2727
drf37: djangorestframework>=3.7,<3.8
28+
drf38: djangorestframework>=3.8,<3.9
2829
-rrequirements/optionals.txt
2930
-rrequirements/testing.txt
3031

0 commit comments

Comments
 (0)