python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
779 stars 108 forks source link

really drop python<=3.7 support #532

Open kloczek opened 2 months ago

kloczek commented 2 months ago

Filter all python code over pyupgrade --py38-plus.

Tinche commented 2 months ago

I'll take this, but typing.List is still a thing in 3.8 ;)

I can rerun when you fix the tests.