Skip to content

Commit 72a75ab

Browse files
committed
Remove references to python 3.5 in README
1 parent 5f8c686 commit 72a75ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,13 +519,13 @@ directory:
519519
520520
.. code-block:: bash
521521
522+
pyenv install 3.8.x
522523
pyenv install 3.7.x
523524
pyenv install 3.6.x
524-
pyenv install 3.5.x
525525
cat > .python-version <<EOF
526+
3.8.x
526527
3.7.x
527528
3.6.x
528-
3.5.x
529529
EOF
530530
531531
Above, the ``x`` in each case should be replaced with the latest corresponding

0 commit comments

Comments
 (0)