Closed vilhelmprytz closed 4 years ago
Is the Travis check misconfigured here? It hasn't been triggered at all.
Any news regarding this?
Thanks @vilhelmprytz !
@manrajgrover Have you pushed to PyPI yet? You should use GitHub releases so that you can via your CI automatically build and push to PyPI upon release :+1:
I've made a release on PyPI.
https://pypi.org/project/halo/0.0.31/
I haven't explored CI for releases. I'll have a look for future releases.
Thanks again!
Description of new feature, or changes
I have added a list of
classifiers
to thesetup.py
. This is mostly metadata but will make it easier to see what versions are supported. Also addedpython_requires
which blocks older versions. I have assumed that Halo does not support versions older than 3.4. If this is incorrect it should be fairly easily adjustable.Checklist
Related Issues and Discussions
Currently, Halo shows up as "not python 3 compatible" on sites like pyup.io. I am aiming to solve this problem.
People to notify
N/A