commit | c68ed1b1950f696408738806aed0a81177f06416 | [log] [tgz] |
---|---|---|
author | Stefan <96178532+stefan6419846@users.noreply.github.com> | Thu Mar 07 15:47:17 2024 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 07 09:47:17 2024 -0500 |
tree | c9a4816a10313df485b23f66ce65343d7f76dc91 | |
parent | b1f8362e45aab6e5ba0b49b282b5be9c05467c50 [diff] |
Fix supported Python versions in README (#803)
diff --git a/README.rst b/README.rst index 1d52106..333d439 100644 --- a/README.rst +++ b/README.rst
@@ -9,7 +9,7 @@ modules with side effects. It's also much faster. It is `available on PyPI <https://pypi.org/project/pyflakes/>`_ -and it supports all active versions of Python: 3.6+. +and it supports all active versions of Python: 3.8+.