Drop support of Django <1.11 and python 3.4
This commit is contained in:
parent
753e3b5625
commit
81d7c7c9c6
2 changed files with 2 additions and 10 deletions
|
@ -21,8 +21,8 @@ Features
|
||||||
* Possibility to rename/rewrite attributes per service
|
* Possibility to rename/rewrite attributes per service
|
||||||
* Possibility to require some attribute values per service
|
* Possibility to require some attribute values per service
|
||||||
* Federated mode between multiple CAS
|
* Federated mode between multiple CAS
|
||||||
* Supports Django 1.7, 1.8, 1.9, 1.10 and 1.11
|
* Supports Django 1.11 and 2.0
|
||||||
* Supports Python 2.7, 3.x
|
* Supports Python 2.7, 3.5+
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
|
|
8
tox.ini
8
tox.ini
|
@ -2,15 +2,7 @@
|
||||||
envlist=
|
envlist=
|
||||||
flake8,
|
flake8,
|
||||||
check_rst,
|
check_rst,
|
||||||
py27-django17,
|
|
||||||
py27-django18,
|
|
||||||
py27-django19,
|
|
||||||
py27-django110,
|
|
||||||
py27-django111,
|
py27-django111,
|
||||||
py34-django17,
|
|
||||||
py34-django18,
|
|
||||||
py35-django110,
|
|
||||||
py35-django111,
|
|
||||||
py36-django111,
|
py36-django111,
|
||||||
py36-django20,
|
py36-django20,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue