Skip to content

Commit 654234f

Browse files
committed
Added DRF 3.9 to supported versions.
1 parent c6bad8f commit 654234f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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, 2.1)
26-
* Django REST Framework (3.5, 3.6, 3.7, 3.8)
26+
* Django REST Framework (3.5, 3.6, 3.7, 3.8, 3.9)
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addopts=--tb=short
55
envlist =
66
py{27,34,35,36}-django111-drf{35,36,37,38},
77
py{34,35,36}-django20-drf{37,38},
8-
py36-django{21,master}-drf38,
8+
py36-django{21,master}-drf{38,39},
99
lint
1010

1111
[travis:env]
@@ -28,6 +28,7 @@ deps =
2828
drf36: djangorestframework>=3.6,<3.7
2929
drf37: djangorestframework>=3.7,<3.8
3030
drf38: djangorestframework>=3.8,<3.9
31+
drf39: djangorestframework>=3.9,<3.10
3132
-rrequirements/optionals.txt
3233
-rrequirements/testing.txt
3334

0 commit comments

Comments
 (0)