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

Feat support py310 #217

Merged
merged 3 commits into from
Aug 13, 2024
Merged

Feat support py310 #217

merged 3 commits into from
Aug 13, 2024

Conversation

phi-friday
Copy link
Contributor

related: #216

The match ~ case syntax is available in python>=3.10.
TypeVarTuple and dataclass_transform can be supported by typing_extensions included in the dependency.
Additionally, I fixed the syntax sugar for Unpack.

@phi-friday phi-friday changed the title Feat support py10 Feat support py310 Jul 30, 2024
@dbrattli
Copy link
Owner

I was hoping I could soon move to Python 3.12 type parameter syntax 🙈 but I understand that this hard for a library such as this. I'll accept the PR.

@dbrattli dbrattli merged commit d4bd6c7 into dbrattli:main Aug 13, 2024
3 checks passed
@dbrattli
Copy link
Owner

Thanks for the PR 😊

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.

2 participants