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

Postpone evaluation of annotations #548

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Postpone evaluation of annotations #548

merged 1 commit into from
Dec 22, 2021

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 22, 2021

We recently dropped support for Python 3.6, and postponed evaluation of
annotations is a new Python 3.7 feature. This allows for cleaner type
annotations.

https://docs.python.org/3/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations

We recently dropped support for Python 3.6, and postponed evaluation of
annotations is a new Python 3.7 feature. This allows for cleaner type
annotations.

https://docs.python.org/3/whatsnew/3.7.html#pep-563-postponed-evaluation-of-annotations
@brainix brainix self-assigned this Dec 22, 2021
@brainix
Copy link
Owner Author

brainix commented Dec 22, 2021

🐟

@brainix brainix merged commit 54a46a2 into master Dec 22, 2021
@brainix brainix deleted the postponed-annotations branch December 22, 2021 02:35
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.

1 participant