Skip to content
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

remove inappropriate wheel tag override #5501

Merged
merged 1 commit into from Apr 9, 2014
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 2, 2014

I misunderstood how these tags are interpreted. We do not want py2 and py3, we want py27 and py33, which indicate >= matching in the minor version.

This means we should build wheels with the minimum supported Python.

I misunderstood how these tags are interpreted.
We do not want `py2` and `py3`, we want `py27` and `py33`,
which indicate >= matching in the minor version.

This means we should build wheels with the minimum supported Python.
@minrk
Copy link
Member Author

minrk commented Apr 2, 2014

Alternatively, we could have a similar patch that ensures the tag is py27 or py33, regardless of the Python building the wheel (since it doesn't affect the wheel itself).

@minrk minrk added this to the 2.1 milestone Apr 2, 2014
minrk added a commit that referenced this pull request Apr 9, 2014
remove inappropriate wheel tag override
@minrk minrk merged commit 3ea712d into ipython:master Apr 9, 2014
@minrk minrk deleted the wheel-tags branch April 9, 2014 20:37
minrk added a commit that referenced this pull request Apr 16, 2014
I misunderstood how these tags are interpreted. We do not want `py2` and `py3`, we want `py27` and `py33`, which indicate >= matching in the minor version.

This means we should build wheels with the minimum supported Python.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
remove inappropriate wheel tag override
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant