Skip to content

Conversation

@kushalkolar
Copy link
Member

@kushalkolar kushalkolar commented Mar 31, 2024

closes #440

sets minimum python version and cleans up type annotations. Unions[X, Y] -> X | Y, and builtins ex: Dict[str, list] -> dic[str, list]

move generate_add_graphic_methods.py to new scripts dir out of source tree

Unfortunately the new X | Y annotations don't show up in the add_graphic methods since the autogeneration by inspect.signature returns them in the old form with Union, ah well.

@kushalkolar kushalkolar requested a review from clewis7 as a code owner March 31, 2024 07:56
@kushalkolar kushalkolar merged commit 2f49497 into main Mar 31, 2024
@kushalkolar kushalkolar deleted the drop-py39 branch March 31, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

drop python3.9

2 participants