errand-boy icon indicating copy to clipboard operation
errand-boy copied to clipboard

Python 3 support?

Open jameswettenhall opened this issue 6 years ago • 3 comments

I'm upgrading a Python 2.7 application to Python 3, using https://pyup.io to track dependencies which are not up-to-date or not Python 3 compatible. https://pyup.io tells me that errand-boy doesn't have Python 3 support, presumably because its setup.py doesn't have classifiers like:

         "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",

I understand that https://pyup.io looks at https://pypi.org/pypi/errand-boy/json to check for Python 3 support.

Are there any plans to address this?

jameswettenhall avatar Apr 01 '19 22:04 jameswettenhall

Ah, I wasn't aware of that tool.

If you like, you can submit a Pull Request, otherwise I might get to this soon. Make sure tox.ini runs tests on any tagged Python versions.

SeanHayes avatar Apr 01 '19 22:04 SeanHayes

OK, thanks for the quick reply - I'll try to find time to submit a pull request.

jameswettenhall avatar Apr 02 '19 22:04 jameswettenhall

Thanks! Forgot to mention, in addition to tox.ini, .travis.yml should be updated too.

SeanHayes avatar Apr 03 '19 03:04 SeanHayes