mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
chore(gen_vimdoc): correct minimum python version
This commit is contained in:
parent
9d1deed6c8
commit
03e189d1a1
@ -52,7 +52,7 @@ import logging
|
||||
|
||||
from xml.dom import minidom
|
||||
|
||||
MIN_PYTHON_VERSION = (3, 5)
|
||||
MIN_PYTHON_VERSION = (3, 6)
|
||||
|
||||
if sys.version_info < MIN_PYTHON_VERSION:
|
||||
print("requires Python {}.{}+".format(*MIN_PYTHON_VERSION))
|
||||
|
Loading…
Reference in New Issue
Block a user