Python 3 check doesn't seem accurate
I'm not sure where the Python 3 compatibility logic is, but for, e.g bumpversion it seems incorrect; pyup reports it as incompatible but the package claims Python 3 support: https://github.com/peritus/bumpversion/blob/master/setup.py#L35 vs https://pyup.io/account/repos/github/jimr/Showcase/
thanks for reporting that @jimr. Looks like a bug!
Same for django-uuslug, python-bugzilla, jira and epydoc.
Does pyup think these are not PY3 compatible b/c they have not explicitly defined so in their setup.py file ?
We're using the above 4 with Python 3.6 for about a year now and haven't seen issues with them. It seems odd that pyup reports them as not being compatible.