jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

Clarify which packages don't have python 3 support and which ones are unknown. #38

Open collinanderson opened 9 years ago

collinanderson commented 9 years ago

I'm finding lots of packages that have python3 support (as seen by .travis/tox.ini), but don't have any "Language :: Python" classifiers in setup.py.

jezdez commented 9 years ago

Yeah, that's a known limitation of the underlying caniusepython3 CLI tool: https://github.com/brettcannon/caniusepython3#how-do-you-tell-if-a-project-has-been-ported-to-python-3