mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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 | from xml.dom import minidom | ||||||
|  |  | ||||||
| MIN_PYTHON_VERSION = (3, 5) | MIN_PYTHON_VERSION = (3, 6) | ||||||
|  |  | ||||||
| if sys.version_info < MIN_PYTHON_VERSION: | if sys.version_info < MIN_PYTHON_VERSION: | ||||||
|     print("requires Python {}.{}+".format(*MIN_PYTHON_VERSION)) |     print("requires Python {}.{}+".format(*MIN_PYTHON_VERSION)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dundar Göc
					Dundar Göc