From 98a26cfb425aef527ce5ace06f3a8e7cac186a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Wed, 10 Jul 2019 18:49:40 +0200 Subject: [PATCH] Documentation: Use Python 3.5+ --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d2a6cc16..673f81ab 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,7 +6,7 @@ Installation Python Version -------------- -We recommend using the latest version of Python 3. Flask supports Python 3.4 +We recommend using the latest version of Python 3. Flask supports Python 3.5 and newer, Python 2.7, and PyPy. Dependencies