Skip to content

Commit c68ed1b

Browse files
Fix supported Python versions in README (#803)
1 parent b1f8362 commit c68ed1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on
99
modules with side effects. It's also much faster.
1010

1111
It is `available on PyPI <https://pypi.org/project/pyflakes/>`_
12-
and it supports all active versions of Python: 3.6+.
12+
and it supports all active versions of Python: 3.8+.
1313

1414

1515

0 commit comments

Comments
 (0)