Skip to content

Conversation

@alexrudd2
Copy link
Collaborator

@alexrudd2 alexrudd2 commented Oct 19, 2023

Use from __future__ import annotations for Python3.8 support.

Switch e.g. List[int] to list[int] per PEP585
Replace Union and Optional with |

@alexrudd2 alexrudd2 force-pushed the pep585 branch 2 times, most recently from c4e91e9 to 2416b7d Compare October 19, 2023 20:35
Copy link
Collaborator

@janiversen janiversen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexrudd2 alexrudd2 merged commit 8d3e36f into dev Oct 21, 2023
@alexrudd2 alexrudd2 deleted the pep585 branch October 21, 2023 03:01
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants