Skip to content

Commit 9e57496

Browse files
committed
Drop support for Django 1.8
1 parent 39c9781 commit 9e57496

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ matrix:
1818
env: TOXENV=py36-django110
1919
- python: 3.6
2020
env: TOXENV=py36-django19
21-
- python: 3.6
22-
env: TOXENV=py36-django18
2321

2422
- python: 3.5
2523
env: TOXENV=py35-django110
@@ -33,8 +31,6 @@ matrix:
3331
env: TOXENV=py27-django110
3432
- python: 2.7
3533
env: TOXENV=py27-django19
36-
- python: 2.7
37-
env: TOXENV=py27-django18
3834

3935
branches:
4036
only:

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Compatibility with DRF, Django and Python
3939

4040
=============== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42+
**0.12.x** **3.1** to **3.7** **1.9** to **1.11** **2.7** to **3.6**
4243
**0.11.x** **3.1** to **3.7** **1.7** to **1.11** **2.7** to **3.6**
4344
**0.10.x** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5**
4445
**0.9.6** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.5**

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,py,py3}-django{18,19,110,111}{,-pytest}
2+
envlist = py{27,34,35,36,py,py3}-django{19,110,111}{,-pytest}
33

44
[testenv]
55
usedevelop = true
@@ -13,7 +13,6 @@ commands =
1313
{env:DRFG_TEST_RUNNER} {posargs:tests/django_restframework_gis_tests}
1414

1515
deps =
16-
django18: Django>=1.8,<1.9
1716
django19: Django>=1.9,<1.10
1817
django110: Django>=1.10,<1.11
1918
django111: Django>=1.11,<2.0

0 commit comments

Comments
 (0)