-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
GitPython 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?The text was updated successfully, but these errors were encountered: