Drop Python 3.5 support

This commit is contained in:
Johannes Hoppe 2017-11-25 17:08:09 +01:00
parent 322b389ad3
commit 937dcac08b
3 changed files with 2 additions and 7 deletions

View file

@ -14,7 +14,6 @@ addons:
- python-enchant
- graphviz
python:
- "3.5"
- "3.6"
env:
matrix:
@ -28,11 +27,6 @@ matrix:
fast_finish: true
allow_failures:
- env: DJANGO=master
exclude:
- env: TOXENV=qa
python: "3.5"
- env: TOXENV=docs
python: "3.5"
install:
- pip install --upgrade pip tox
- pip install -U codecov

View file

@ -4,6 +4,7 @@ Changelog Summary
### v6.0.0
* Drop Python 2 support
* Drop Python 3.5 support
### v5.10.0
* Add support for dependent select fields [321](github.com/applegrew/django-select2/pull/321/).

View file

@ -1,5 +1,5 @@
[tox]
envlist = py{35,36}-dj{18,110,111,master},qa,docs
envlist = py{36}-dj{18,110,111,master},qa,docs
[testenv]
setenv=
PYTHONPATH = {toxinidir}