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

bpo-45124: Remove the bdist_msi command #28195

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Sep 7, 2021

The bdist_msi command, deprecated in Python 3.9, is now removed.

Use bdist_wheel (wheel packages) instead.

https://bugs.python.org/issue45124

https://bugs.python.org/issue45124

The bdist_msi command, deprecated in Python 3.9, is now removed.
Use bdist_wheel (wheel packages) instead.
@vstinner
Copy link
Member

vstinner commented Sep 7, 2021

pip doesn't seem to be broken by this change (the test suite pass): so LGTM.

@vstinner vstinner merged commit eb254b4 into python:main Sep 7, 2021
@hugovk hugovk deleted the rm-bdist_msi branch September 7, 2021 11:05
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.

4 participants