Drop support of Django <1.11 and python 3.4

This commit is contained in:
Valentin Samir 2018-04-29 19:16:02 +02:00
parent 753e3b5625
commit 81d7c7c9c6
2 changed files with 2 additions and 10 deletions

View File

@ -21,8 +21,8 @@ Features
* Possibility to rename/rewrite attributes per service
* Possibility to require some attribute values per service
* Federated mode between multiple CAS
* Supports Django 1.7, 1.8, 1.9, 1.10 and 1.11
* Supports Python 2.7, 3.x
* Supports Django 1.11 and 2.0
* Supports Python 2.7, 3.5+
Dependencies
============

View File

@ -2,15 +2,7 @@
envlist=
flake8,
check_rst,
py27-django17,
py27-django18,
py27-django19,
py27-django110,
py27-django111,
py34-django17,
py34-django18,
py35-django110,
py35-django111,
py36-django111,
py36-django20,