Skip to content

Revert "Bail if building with Py3" #404

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

Merged
merged 1 commit into from
Oct 31, 2018

Conversation

vphilippon
Copy link
Contributor

@vphilippon vphilippon commented Oct 29, 2018

I would suggest to revert the change that prevents from building an sdist under Python 3.

I've followed the #398 and #399 issues, and both were addressed by PR #400

The only compatibility issue was for wheels built under Python 3 (with python setup.py bdist_wheel) and then used under Python 2, and that was only because wheels where considered universal, while they aren't, and that's now addressed by PR #400.

Building an sdist (.tar.gz/.zip format) and using it across Python 2/3 isn't an issue, as the setup.py file will be executed in each instance and will install only the right parts. Thus, running python setup.py sdist on python 3 is entirely valid, and preventing it will cause issue for users.

I suggest to revert it before releasing v0.17.1.

@jmadler
Copy link
Contributor

jmadler commented Oct 31, 2018

Ack, makes sense.

@jmadler jmadler merged commit 385da41 into PythonCharmers:master Oct 31, 2018
@vphilippon vphilippon deleted the revert-401-v0.17.x branch October 31, 2018 13:46
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.

2 participants