Kinto/kinto

Make a plan to drop Python 3.6 compatability after it reaches EOL

Closed this issue · 2 comments

Python 3.6 is scheduled to reach end-of-life (EOL) status later this year on 2021-12-23. We should consider if/when we want to follow suit and drop 3.6 compatibility from Kinto.

Natim commented

Let's drop support for Python 3.6, fee free to start a PR about this removal.
I guess we can also make sure to support both Python 3.9 and Python 3.10 in the meantime.

I don't think we rely on any specific feature of recent Python versions. It wouldn't be too bad if we continue to have 3.6 in the list of compatible versions as long as it doesn't block us from doing anything...

I will update the tests to run with 3.8 at least.