mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-28 17:04:45 +00:00
Drop Python 3.5 support
This commit is contained in:
parent
322b389ad3
commit
937dcac08b
3 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue