mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
chore(gen_vimdoc): correct minimum python version
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user