remove 3.5 mention

Python 3.5 is no longer supported, but mentioned in the homepage
This commit is contained in:
Dulmandakh 2021-10-13 21:43:50 +08:00 committed by GitHub
parent ecee230c6f
commit 74e7b0cabc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.