-
Couldn't load subscription status.
- Fork 20
Disallow black 22.10.0 because the initial macOS wheels had the wrong architecture #95
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
Conversation
|
Thank you for contributing! 👋 |
|
‾\_(ツ)_/‾, 3.6 has been eol for a while. I guess it's time to stop testing it here... |
|
Thank you for contributing! 👋 |
Typo? I think it should be arm64 or aarch64. |
Yes, I meant arm64. |
| matrix: | ||
| os: [macos-latest, windows-latest, ubuntu-latest] | ||
| python-version: [3.6, 3.7, 3.8, 3.9] | ||
| python-version: [3.7, 3.8, 3.9] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should commit #96 first so that removing 3.6 here is no longer part of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I committed that other one. Thx !!
|
Thank you for contributing! 👋 |
|
Thank you for contributing! 👋 |
When
black22.10.0 was released, the initial macOS x86_64 wheels were actually arm64 wheels: psf/black#3312Apparently this has been corrected, but some of our GitHub agents still have the original, incorrect wheels in their Poetry caches.
Disallow
black22.10.0 to ensure that clients ofni-python-styleguidedon't run into this problem.