Skip to content

Commit 2047e6a

Browse files
authored
Merge pull request jazzband#49 from felixxm/drf-3.9
Added DRF 3.9 to supported versions.
2 parents c6bad8f + 1b25b14 commit 2047e6a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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

requirements/testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mock==2.0.0
2-
pytest==3.0.5
3-
pytest-django==3.1.2
4-
pytest-cov==2.4.0
2+
pytest==3.9.2
3+
pytest-django==3.4.3
4+
pytest-cov==2.6.0
55
cryptography

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)