From: Zbigniew Jędrzejewski-Szmek Date: Tue, 6 Nov 2018 21:44:35 +0000 (+0100) Subject: Bump required python version to 3.6 X-Git-Tag: v5~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F283%2Fhead;p=thirdparty%2Fmkosi.git Bump required python version to 3.6 f-strings are a syntax error with older versions anyway, but let's bump the version string for any human readers. --- diff --git a/mkosi b/mkosi index 86597d516..d0a0e87e6 100755 --- a/mkosi +++ b/mkosi @@ -51,8 +51,8 @@ from subprocess import DEVNULL, PIPE __version__ = '4' -if sys.version_info < (3, 5): - sys.exit("Sorry, we need at least Python 3.5.") +if sys.version_info < (3, 6): + sys.exit("Sorry, we need at least Python 3.6.") # TODO # - volatile images