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

Apply PEP585 and PEP572 #294

Open
lucasvazq opened this issue Dec 8, 2020 · 1 comment
Open

Apply PEP585 and PEP572 #294

lucasvazq opened this issue Dec 8, 2020 · 1 comment
Labels
enhancement New feature

Comments

@lucasvazq
Copy link
Owner

lucasvazq commented Dec 8, 2020

Description

Related to PEP585

Apply https://www.python.org/dev/peps/pep-0585/ to reduce the impact of typing module.

This leads to replace the types List[int] with list[int], and make the package only available for python 3.9.
Full list here: https://www.python.org/dev/peps/pep-0585/#implementation

@lucasvazq lucasvazq added this to the v4 milestone Dec 8, 2020
@subzero-taringuero
Copy link

Thanks for opening this issue!

@lucasvazq lucasvazq added the enhancement New feature label Dec 8, 2020
@lucasvazq lucasvazq removed this from the 4.0.0 milestone Jan 21, 2021
@lucasvazq lucasvazq changed the title Apply PEP585 Apply PEP585 and PEP572 Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

No branches or pull requests

1 participant