LibraryOfCongress / bagit-python Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build universal wheels #109
Conversation
|
I'm really inclined to drop Python 2.6 support since it's been deprecated by the core Python development team since 2013. I'll merge this PR but we should update the docs as well. |
|
@acdha I have yet to be on a system that required me to use python 2.6(and you know we work on some old kernels). Any reason to not drop it now? |
|
@acdha Thanks for the merge! That's needed anyway to support Python 2.7 and 3.x with the same wheel. |
|
See #110 for the Python 2.6 removal. |
|
Also, it could be pretty cool if you could provide wheels on PyPI for the next releases! |
|
Will do! |
|
https://pypi.org/project/bagit/ has 1.7.0 with wheels. Since it dropped Python 2.6 support I figured it was more than a point release. |
|
Thanks a lot! |
See https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels
The text was updated successfully, but these errors were encountered: