← 返回首页
set min version py3.10, cleanup type annotations by kushalkolar · Pull Request #465 · fastplotlib/fastplotlib · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

set min version py3.10, cleanup type annotations#465

Merged
kushalkolar merged 1 commit into
mainfrom
drop-py39
Mar 31, 2024
Merged

set min version py3.10, cleanup type annotations#465
kushalkolar merged 1 commit into
mainfrom
drop-py39

Conversation

kushalkolar commented Mar 31, 2024
edited
Loading

Copy link
Copy Markdown
Member

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 requested a review from clewis7 as a code owner March 31, 2024 07:56
kushalkolar merged commit 2f49497 into main Mar 31, 2024
kushalkolar deleted the drop-py39 branch March 31, 2024 09:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

1 participant

Footer

© 2026 GitHub, Inc.