brettcannon / caniusepython3

Can I Use Python 3?
Apache License 2.0
412 stars 60 forks source link

slumber not detected as Python 3 compatible #191

Closed foobuzz closed 5 years ago

foobuzz commented 5 years ago

The slumber library is compatible with Python 3, and its setup.py includes the Python 3.4 trove classifier. It is, however, flagged as not compatible:

$ caniusepython3 --projects slumber
Finding and checking dependencies ...

You need 1 project to transition to Python 3.
Of that 1 project, 1 has no direct dependencies blocking its transition:

  slumber
brettcannon commented 5 years ago

@foobuzz that's because they haven't updated their metadata on PyPI: notice how https://pypi.org/project/slumber/ lacks any list of classifiers in the right-hand column. Would you like to provide a PR to add the project to the overrides.json file?