dbrattli / Expression

Functional programming for Python
https://expression.readthedocs.io
MIT License
497 stars 32 forks source link

Feat support py310 #217

Closed phi-friday closed 3 months ago

phi-friday commented 3 months ago

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.

dbrattli commented 3 months ago

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 commented 3 months ago

Thanks for the PR 😊