pyup icon indicating copy to clipboard operation
pyup copied to clipboard

Python 3 check doesn't seem accurate

Open jimr opened this issue 8 years ago • 2 comments

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/

jimr avatar Mar 10 '17 22:03 jimr

thanks for reporting that @jimr. Looks like a bug!

jayfk avatar Mar 10 '17 22:03 jayfk

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.

atodorov avatar Jun 21 '18 20:06 atodorov