lemon24 / reader

A Python feed reader library.
https://reader.readthedocs.io
BSD 3-Clause "New" or "Revised" License
450 stars 38 forks source link

Drop Python 3.6 support #237

Closed lemon24 closed 3 years ago

lemon24 commented 3 years ago

Why:

We can remove various things needed to support 3.6; most importantly, the dependency on the dataclasses backport.

We might be able to use structlog internally (revisit #147), due to https://www.structlog.org/en/stable/contextvars.html. Update: TBH, this still seems hard to do.

lemon24 commented 3 years ago

To do: