Skip to content

Commit

Permalink
Remove support for Django 1.9 (EOL) (carltongibson#752)
Browse files Browse the repository at this point in the history
Django 1.9 reached its end of life in April 2017; see
https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
  • Loading branch information
michael-k authored and carltongibson committed Oct 19, 2017
1 parent fa3d7df commit 242d154
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements
------------

* **Python**: 2.7, 3.3, 3.4, 3.5
* **Django**: 1.8, 1.9, 1.10, 1.11
* **Django**: 1.8, 1.10, 1.11
* **DRF**: 3.6

Installation
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
'Operating System :: OS Independent',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Programming Language :: Python',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py27,py33,py34,py35}-django18-restframework36,
{py27,py34,py35}-django{19,110}-restframework36,
{py27,py34,py35}-django110-restframework36,
{py35,py36}-django111-restframework36,
{py35,py36}-djangolatest-restframeworklatest,
isort, warnings,
Expand All @@ -14,7 +14,6 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
django18: django>=1.8.0,<1.9.0
django19: django>=1.9.0,<1.10.0
django110: django>=1.10.0,<1.11.0
django111: django>=1.11.0,<2.0
djangolatest: https://github.com/django/django/archive/master.tar.gz
Expand Down

0 comments on commit 242d154

Please sign in to comment.