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

support Apple's macOS 13 #604

Closed
dimpase opened this issue Nov 1, 2022 · 1 comment
Closed

support Apple's macOS 13 #604

dimpase opened this issue Nov 1, 2022 · 1 comment

Comments

@dimpase
Copy link

dimpase commented Nov 1, 2022

It appears that *macosx_13_arm64.whl wheels are not allowed, due to packaging not knowing anything about macOS 13, which
was released about a week ago.
As reported here: mesonbuild/meson-python#160 (comment)

ERROR: scipy-1.9.3-cp310-cp310-macosx_13_arm64.whl is not a supported wheel on this platform.

(scipy uses meson build, which in turn uses packaging)

@brettcannon
Copy link
Member

This is actually a duplicate of #578. macOS 13 is supported, but macosx_13 is not a wheel tag that packaging produces or expects (that would be macosx_13_0).

@brettcannon brettcannon closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2022
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

No branches or pull requests

2 participants