kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.52k stars 112 forks source link

Fully deprecate Python 2 #130

Closed kiwiz closed 11 months ago

kiwiz commented 1 year ago

Backwards incompatible changes:

kiwiz commented 1 year ago

Let's just support Python 3.10+ for all the nice new type annotation features :firecracker:

wizpig64 commented 1 year ago

There are some hacks to get the 3.10 syntax working as far back as 3.6, and 3.9 doesn't go EOL until 2025. But if you want to keep the version list short for simplicity, I'd support that decision. I try to keep my keep project running on python's latest.

kiwiz commented 1 year ago

That's a neat (ab?)use of codecs. I'll stick with 3.10 for now and see if anyone has issues.