Skip to content

Commit

Permalink
[deps] Dropped Django 1.11 and Python 3.5
Browse files Browse the repository at this point in the history
Django 1.11 is EOL since April 1, 2020.
Python 3.5 is going to be EOL on September 13, 2020,
let's anticipate that a bit in order to make our life easier.
  • Loading branch information
nemesifier committed Aug 25, 2020
1 parent efd8bc9 commit 0ce35b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Compatibility with DRF, Django and Python

=============== ============================ ==================== ==================================
DRF-gis version DRF version Django version Python version
**0.16.x** **3.10** **2.2 to 3.1** **3.6** to **3.8**
**0.15.x** **3.10** **1.11, 2.2 to 3.0** **3.5** to **3.8**
**0.14.x** **3.3** to **3.9** **1.11** to **2.1** **3.4** to **3.7**
**0.13.x** **3.3** to **3.8** **1.11** to **2.0** **2.7** to **3.6**
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py{35,36,py3}-django111{,-pytest}
py{35,36,37,py3}-django{21, 22}{,-pytest}
py{36,37,py3}-django{21, 22}{,-pytest}
py{36,37,38,py3}-django{30, 31}{,-pytest}

[testenv]
Expand All @@ -18,7 +17,6 @@ commands =
travis: - coveralls

deps =
django111: Django~=1.11
django22: Django~=2.2
django30: Django~=3.0
django31: Django~=3.1
Expand Down

0 comments on commit 0ce35b6

Please sign in to comment.