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

Add Python 3.10 support #3

Merged
merged 1 commit into from Jun 9, 2023
Merged

Conversation

changlinli
Copy link
Contributor

NotRequired is a Python 3.11 addition. By using typing_extensions we can get support for it in Python 3.10.

NotRequired is a Python 3.11 addition. By using typing_extensions we can
get support for it in Python 3.10.
@changlinli
Copy link
Contributor Author

(Sorry for the drive-by PR, but it was a small enough change that I figured I'd just post it. Close at your discretion)

@changlinli
Copy link
Contributor Author

This may work for older versions of Python as well, but I haven't checked

@xavdid
Copy link
Owner

xavdid commented Jun 9, 2023

Nice, appreciate it!

@xavdid xavdid merged commit aae9f18 into xavdid:main Jun 9, 2023
@xavdid
Copy link
Owner

xavdid commented Jun 9, 2023

released in 0.3.1

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.

None yet

2 participants