Skip to content

Commit

Permalink
Drop python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby committed Oct 20, 2017
1 parent 3a39cbb commit ffe22e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false

language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
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**: 2.7, 3.4, 3.5, 3.6
* **Python**: 3.4, 3.5, 3.6
* **Django**: 1.11, 2.0b
* **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**: 2.7, 3.4, 3.5, 3.6
* **Python**: 3.4, 3.5, 3.6
* **Django**: 1.11, 2.0b
* **DRF**: 3.7
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
'Framework :: Django',
'Framework :: Django :: 1.11',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit ffe22e5

Please sign in to comment.