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

isPlatformTagCompatible: lift constraint on darwinSdkVersion #43

Closed
wants to merge 1 commit into from

Conversation

DavHau
Copy link
Contributor

@DavHau DavHau commented Dec 13, 2023

darwinSdkVersion is hardcoded to 11 for aarch64-darwin systems in nixpkgs.
This means that wheels with macosx_12_[...] would never be selected, while they seem to be compatible for quite a while already.

darwinSdkVersion is hardcoded to 11 for aarch64-darwin systems in nixpkgs.
This means that wheels with macosx_12_[...] would never be selected, while they seem to be compatible for quite a while already.
@adisbladis
Copy link
Member

While many wheels are compatible I'm not going to implement incorrect behaviour to work around the fact that nixpkgs is on very old SDK versions.

This issue is best fixed in nixpkgs.

@adisbladis adisbladis closed this Dec 14, 2023
@DavHau DavHau deleted the fix-darwinSdkVersion branch December 14, 2023 05:08
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.

2 participants