Hacker News new | ask | show | jobs
by presidentscroob 2481 days ago
Maybe Python 2 can go away soon. Also, modern Python 3 support isn't even close to 100% either.

https://pyreadiness.org/3.7/

1 comments

That website is interesting, but maybe not as significant as it initially appears.

In some sense chardet doesn't explicitly support Python 3.7, but it's packaged for it in Debian Stable. I wouldn't expect any problems.

more-itertools is listed in white simply because it doesn't use any granular version classifiers on PyPi. It only has a python_requires setting, which is authoritative.

It's plausible that every single package on that page supports Python 3.7 in practice.