Skip to content

Commit 5282832

Browse files
committed
Add support for Python 3.7
1 parent 2047e6a commit 5282832

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ variable defaults should be safe.
2121
Requirements
2222
------------
2323

24-
* Python (2.7, 3.4, 3.5, 3.6)
24+
* Python (2.7, 3.5, 3.6, 3.7)
2525
* Django (1.11, 2.0, 2.1)
2626
* Django REST Framework (3.5, 3.6, 3.7, 3.8, 3.9)
2727

tox.ini

Lines changed: 3 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,38},
7-
py{34,35,36}-django20-drf{37,38},
8-
py36-django{21,master}-drf{38,39},
6+
py{27,35,36}-django111-drf{35,36,37,38},
7+
py{35,36,37}-django20-drf{37,38},
8+
py37-django{21,master}-drf{38,39},
99
lint
1010

1111
[travis:env]

0 commit comments

Comments
 (0)