WinterFramework / winter

Web Framework with focus on python typing, dataclasses and modular design
MIT License
17 stars 18 forks source link

Python310 compatibility #211

Closed LeonidKrutovsky closed 2 years ago

LeonidKrutovsky commented 2 years ago

Changed in version 3.10: NewType is now a class rather than a function. There is some additional runtime cost when calling NewType over a regular function. However, this cost will be reduced in 3.11.0. so add register_type_inspector for new_type_class

update pytest