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

@@ -419,7 +419,7 @@ def generate_macos_mapping() -> None:
patch_file('glfw/cocoa_window.m', 'functional to macu', '\n'.join(lines))
def main(args: list[str]=sys.argv) -> None:
def main(args: List[str]=sys.argv) -> None:
generate_glfw_header()
generate_xkb_mapping()
generate_functional_table()