X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7316a793187eedd94c288f1df648ecca0d8763dd..e974fc3c52959e9f01bf62bdcd0d8c100ce78985:/autoload/black.vim diff --git a/autoload/black.vim b/autoload/black.vim index 4eb9b25..051fea0 100644 --- a/autoload/black.vim +++ b/autoload/black.vim @@ -75,8 +75,8 @@ def _initialize_black_env(upgrade=False): return True pyver = sys.version_info[:3] - if pyver < (3, 7): - print("Sorry, Black requires Python 3.7+ to run.") + if pyver < (3, 8): + print("Sorry, Black requires Python 3.8+ to run.") return False from pathlib import Path