Skip to content

Commit

Permalink
Add support for Python 3.7 (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and carltongibson committed Jul 13, 2018
1 parent 82a47fb commit f2a4292
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"

cache: pip

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Full documentation on `read the docs`_.
Requirements
------------

* **Python**: 3.4, 3.5, 3.6
* **Python**: 3.4, 3.5, 3.6, 3.7
* **Django**: 1.11, 2.0
* **DRF**: 3.7

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ __ http://www.django-rest-framework.org/



* **Python**: 3.4, 3.5, 3.6
* **Python**: 3.4, 3.5, 3.6, 3.7
* **Django**: 1.11, 2.0
* **DRF**: 3.7
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
],
zip_safe=False,
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
{py27,py34,py35,py36}-django111,
{py34,py35,py36}-django20,
{py35,py36}-django21,
{py35,py36}-latest,
{py35,py36,py37}-django21,
{py35,py36,py37}-latest,
isort,lint,docs,warnings,


Expand Down

0 comments on commit f2a4292

Please sign in to comment.