Remove mention of Python 2.7 support in installation instructions

This commit is contained in:
Josh Hawkins
2023-04-10 14:13:51 -04:00
committed by GitHub
parent be483a2dcb
commit 0d245f3287

View File

@@ -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
-------------------