From 0d245f3287895b752ead0818a79234607366ffef Mon Sep 17 00:00:00 2001 From: Josh Hawkins Date: Mon, 10 Apr 2023 14:13:51 -0400 Subject: [PATCH] Remove mention of Python 2.7 support in installation instructions --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7d8c6d5..0c1de09 100644 --- a/README.rst +++ b/README.rst @@ -73,9 +73,9 @@ Installation Requirements ------------ -You need a VIM version that was compiled with Python 2.7 or later -(``+python`` or ``+python3``). You can check this from within VIM using -``:python3 import sys; print(sys.version)`` (use ``:python`` for Python 2). +You need a VIM version that was compiled with Python 3 or later +(``+python3``). You can check this from within VIM using +``:python3 import sys; print(sys.version)``. Manual installation -------------------