-
Notifications
You must be signed in to change notification settings - Fork 166
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
Why is the macOS 11/12 wheel dropped? #686
Comments
What version of pip are you installing with? |
I'm fairly sure that it's macOS 11/12 wheel is dropped. Correct me if I'm wrong, the commit I linked changed from: runs-on: macos-11 to needs: [sdist]
runs-on: macos-13 So that the build now outputs pip can't match |
Ugh, I see the problem. It's a bad transposition of some code from pyca/cryptography. |
Is there a reason why bcrypt dropped building for macOS 11/12? (see 8995a80) Note that this is between
4.0.1
and4.1.0
and it's not in the changelog.Some of our jobs tests on older macOSs (namely the latest 3 versions which includes macOS 12), suddenly all failed because it needs to build from source.
The text was updated successfully, but these errors were encountered: