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

Update typing annotations to track latest practice #109

Open
4 of 5 tasks
mx-moth opened this issue Sep 21, 2023 · 0 comments
Open
4 of 5 tasks

Update typing annotations to track latest practice #109

mx-moth opened this issue Sep 21, 2023 · 0 comments
Assignees

Comments

@mx-moth
Copy link
Contributor

mx-moth commented Sep 21, 2023

As we drop support for older versions of Python, newer typing options become available. This task tracks all of these possible improvements, including ones we can not yet implement because we support older versions of Python.

@mx-moth mx-moth self-assigned this Sep 21, 2023
@mx-moth mx-moth changed the title Replace typing.List[int]-style generics with PEP 585 list[int] generics Update typing annotations to track latest practice Jan 11, 2024
mx-moth added a commit that referenced this issue Jan 11, 2024
mx-moth added a commit that referenced this issue Jan 11, 2024
Python does not appear to be heading in this direction and is
considering other approaches to annotations. This future import is
dropped so that we stop relying on a feature that may not come to pass.

See also #109, https://peps.python.org/pep-0649/
mx-moth added a commit that referenced this issue Jan 11, 2024
Python does not appear to be heading in this direction and is
considering other approaches to annotations. This future import is
dropped so that we stop relying on a feature that may not come to pass.

See also #109, https://peps.python.org/pep-0649/
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

No branches or pull requests

1 participant