Merge branch 'remove-outdated-check' of https://github.com/Luflosi/kitty into master

This commit is contained in:
Kovid Goyal 2020-10-05 18:16:06 +05:30
commit c3b2300310
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1176,8 +1176,6 @@ def option_parser() -> argparse.ArgumentParser: # {{{
def main() -> None:
global verbose
if sys.version_info < (3, 5):
raise SystemExit('python >= 3.5 required')
args = option_parser().parse_args(namespace=Options())
verbose = args.verbose > 0
args.prefix = os.path.abspath(args.prefix)