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

Use __annotations__ instead of _field_types for Python 3.8 compatibility #96

Merged
merged 1 commit into from
Jul 3, 2020
Merged

Use __annotations__ instead of _field_types for Python 3.8 compatibility #96

merged 1 commit into from
Jul 3, 2020

Conversation

tirkarthi
Copy link
Contributor

Fixes #95

@ramonhagenaars
Copy link
Owner

Thanks @tirkarthi! This PR will be merged soon and deployed with v1.2.0.

@ramonhagenaars ramonhagenaars merged commit 15dce3d into ramonhagenaars:master Jul 3, 2020
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.

_field_types of typing.NamedTuple has been deprecated and will be removed in Python 3.9
2 participants