Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitPython wheel includes "py2" in filename, but doesn't support Python 2 #898
Comments
The changelog however does not mention removal of Python 2.7 support was dropped in #312 Perhaps doing this in a patch version was a bit heavy handed? |
BTW, python 2 support was kind of dropped in 2.1.11 7f08b77#diff-c276fc3c4df38382ec884e59657b869dR125 (when using a unicode branch/tag name that will fail) |
@olivierlefloch I absolutely agree, and apologies, and I have just released I am trying to cut a new release |
@Byron
then the python tag will be just You would still want to update |
Perfect, this works. Thanks so much, @dstine |
I'm not sure the proper conventions for using wheel to distribute packages, but the current artifact on PyPI is called
GitPython-2.1.12-py2.py3-none-any.whl
, implying support for Python 2. Although it's true that the "Meta" section on PyPI specifies Python >=3.0.Is it possible to configure wheel to name it just with
py3
instead?