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
Contributor

@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

@hugovk hugovk requested a review from python/windows-team as a code owner Sep 7, 2021
The bdist_msi command, deprecated in Python 3.9, is now removed.
Use bdist_wheel (wheel packages) instead.
@hugovk hugovk force-pushed the hugovk:rm-bdist_msi branch from ab828de to c48fefa Sep 7, 2021
@vstinner
Copy link
Member

@vstinner 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
12 checks passed
12 checks passed
@github-actions
Docs Docs
Details
@github-actions
Check for source changes
Details
@github-actions
Check if generated files are up to date
Details
@github-actions
Windows (x86)
Details
@github-actions
Windows (x64)
Details
@github-actions
macOS
Details
@github-actions
Ubuntu
Details
@github-actions
Ubuntu SSL tests with OpenSSL
Details
@github-actions
Address sanitizer Address sanitizer
Details
Azure Pipelines PR #20210907.9 succeeded
Details
@bedevere-bot
bedevere/issue-number Issue number 45124 found
Details
@bedevere-bot
bedevere/news News entry found in Misc/NEWS.d
@hugovk hugovk deleted the hugovk:rm-bdist_msi branch Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants