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.
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.
related: #216
The
match ~ case
syntax is available inpython>=3.10
.TypeVarTuple
anddataclass_transform
can be supported bytyping_extensions
included in the dependency. Additionally, I fixed the syntax sugar forUnpack
.