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

3.11 Type Syntax Support #69

Closed
wants to merge 6 commits into from
Closed

3.11 Type Syntax Support #69

wants to merge 6 commits into from

Conversation

ric-evans
Copy link
Member

Currently, at least the |-syntax for union types does not work, since this reveals as types.UnionType, which is new. Uncertain how built-in type hinting behaves, ex: dict[str,int] versus the already supported Dict[str,int].

@ric-evans ric-evans added bug Something isn't working low-priority labels Mar 7, 2023
@ric-evans ric-evans self-assigned this Mar 7, 2023
@ric-evans
Copy link
Member Author

We'll need to get creative to test python 3.11 type syntax since this will obviously fail older pythons.

@ric-evans
Copy link
Member Author

closed in #106

@ric-evans ric-evans closed this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low-priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant