Skip to content

Commit

Permalink
Update docs to reflect removal of host 3.5 support.
Browse files Browse the repository at this point in the history
For #677.

PiperOrigin-RevId: 336207143
  • Loading branch information
rchen152 authored and Solumin committed Oct 14, 2020
1 parent aff0c89 commit a9cf823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ merge-pyi -i <filepath>.py .pytype/pyi/<filename>.pyi

## Requirements

You need a Python 3.5-3.8 interpreter to run pytype, as well as an
You need a Python 3.6-3.8 interpreter to run pytype, as well as an
interpreter in `$PATH` for the Python version of the code you're analyzing
(supported: 2.7, 3.5-3.8).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ merge-pyi -i <filepath>.py .pytype/pyi/<filename>.pyi

## Requirements

You need a Python 3.5-3.8 interpreter to run pytype, as well as an
You need a Python 3.6-3.8 interpreter to run pytype, as well as an
interpreter in `$PATH` for the Python version of the code you're analyzing
(supported: 2.7, 3.5-3.8).

Expand Down

0 comments on commit a9cf823

Please sign in to comment.