From d2fbd71def75d8ed27da7c1d40ece6b6da10ab33 Mon Sep 17 00:00:00 2001 From: Alexandre Ferland <admiralobvious@users.noreply.github.com> Date: Sun, 14 Jul 2019 23:43:57 -0400 Subject: [PATCH] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 7f4dbae..e4a5711 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,7 +20,7 @@ First, install Flask-SimpleLDAP: Flask-SimpleLDAP depends, and will install for you, recent versions of Flask (0.10.1 or later) and pyldap. Flask-SimpleLDAP is compatible -with and tested on Python 2.7, 3.4, 3.5 and 3.6. +with and tested on Python 2.7, 3.5, 3.6 and 3.7. Next, add a :class:`~flask_simpleldap.LDAP` to your code and at least the three required configuration options: -- GitLab