setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025#770
Merged
julianoes merged 2 commits intomavlink:mainfrom Jul 24, 2025
Merged
setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025#770julianoes merged 2 commits intomavlink:mainfrom
setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025#770julianoes merged 2 commits intomavlink:mainfrom
Conversation
…tober 2025 Four instances: https://github.com/mavlink/MAVSDK-Python/blob/edb9213199722a954e7d82f9c2f98df20d19f361/.github/workflows/main.yml#L40 https://github.com/mavlink/MAVSDK-Python/blob/edb9213199722a954e7d82f9c2f98df20d19f361/.github/workflows/main.yml#L107 https://github.com/mavlink/MAVSDK-Python/blob/edb9213199722a954e7d82f9c2f98df20d19f361/.github/workflows/main.yml#L156 https://github.com/mavlink/MAVSDK-Python/blob/edb9213199722a954e7d82f9c2f98df20d19f361/.github/workflows/main.yml#L207
setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025
Collaborator
|
I assume we have to fully port our setup scripts? |
Contributor
Author
|
Yes. My sense is that https://build.pypa.io makes it easier but I have to reread those docs for other projects that I maintain. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four instances:
MAVSDK-Python/.github/workflows/main.yml
Line 40 in edb9213
MAVSDK-Python/.github/workflows/main.yml
Line 107 in edb9213
MAVSDK-Python/.github/workflows/main.yml
Line 156 in edb9213
MAVSDK-Python/.github/workflows/main.yml
Line 207 in edb9213
In the macOS or Windows
Create wheelsection, please see the warning: