Skip to content

removed deprecated typing #395

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

Merged
merged 1 commit into from
Oct 1, 2024
Merged

removed deprecated typing #395

merged 1 commit into from
Oct 1, 2024

Conversation

mzuenni
Copy link
Collaborator

@mzuenni mzuenni commented Oct 1, 2024

Seems like python 3.9 deprecated some of those typing stuff https://docs.python.org/3/library/typing.html

@mzuenni mzuenni requested a review from mpsijm October 1, 2024 16:39
Copy link
Owner

@RagnarGrootKoerkamp RagnarGrootKoerkamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like collections.abc was added in 3.3 so this should be fine :)

https://docs.python.org/3/library/collections.abc.html#module-collections.abc

edit: ah wait; the new [] annotations on it are only 3.9 I think? Ah well should still be fine.

@mzuenni
Copy link
Collaborator Author

mzuenni commented Oct 1, 2024

We say that we require 3.10 anyway?

Copy link
Collaborator

@mpsijm mpsijm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct, so should be fine 🙂 Thanks for the clean-up! 😄

@mpsijm mpsijm merged commit a447712 into master Oct 1, 2024
4 checks passed
@mpsijm mpsijm deleted the python3.9 branch October 1, 2024 17:10
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.

3 participants