From 74e7b0cabc3d30cac6398f661154cd106fbd679e Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Wed, 13 Oct 2021 21:43:50 +0800 Subject: [PATCH] remove 3.5 mention Python 3.5 is no longer supported, but mentioned in the homepage --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 9488985..758f29b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -32,7 +32,7 @@ can instead use: It is **very** important to install |Flake8| on the *correct* version of Python for your needs. If you want |Flake8| to properly parse new language - features in Python 3.5 (for example), you need it to be installed on 3.5 + features in Python 3.9 (for example), you need it to be installed on 3.9 for |Flake8| to understand those features. In many ways, Flake8 is tied to the version of Python on which it runs.