py3.8 support

This commit is contained in:
Kovid Goyal
2023-10-14 07:52:02 +05:30
parent 56063b96fd
commit e6ef2fceea
7 changed files with 8 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ def patch_color_list(path: str, colors: List[str], name: str, spc: str = ' ')
subprocess.check_call(['gofmt', '-w', path])
def main(args: list[str]=sys.argv) -> None:
def main(args: List[str]=sys.argv) -> None:
from kitty.options.definition import definition
write_output('kitty', definition)
nullable_colors = []