Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Python 3.7 & improve typing #670

Merged
merged 2 commits into from
May 6, 2024
Merged

Deprecate Python 3.7 & improve typing #670

merged 2 commits into from
May 6, 2024

Conversation

bhirsz
Copy link
Member

@bhirsz bhirsz commented Mar 12, 2024

Closes #570

Typing was improced by replacing List, Optional, Union etc by native types such as list, None, |.

@bhirsz bhirsz requested a review from mnojek as a code owner March 12, 2024 09:13
@bhirsz bhirsz force-pushed the deprecate_3_7 branch 3 times, most recently from 0c29132 to 2d7da17 Compare March 12, 2024 09:55
@bhirsz bhirsz merged commit 3021bc6 into main May 6, 2024
7 checks passed
@bhirsz bhirsz deleted the deprecate_3_7 branch May 6, 2024 10:52
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.

Remove Python 3.7 support
1 participant