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

macOS backend should not be viable when API is unavailable #529

Closed
jaraco opened this issue Sep 11, 2021 · 1 comment · Fixed by #548
Closed

macOS backend should not be viable when API is unavailable #529

jaraco opened this issue Sep 11, 2021 · 1 comment · Fixed by #548

Comments

@jaraco
Copy link
Owner

jaraco commented Sep 11, 2021

In #525, I note that when the API is broken, the macOS backend still reports as viable. Instead, it should be non-viable when the API is invalid.

@jaraco
Copy link
Owner Author

jaraco commented Nov 25, 2021

Oh, this is interesting, and will make it difficult to detect the current macOS version:

$ py -3.8 -c "import platform; print(platform.mac_ver()[0])"
12.0.1
$ py -3.7 -c "import platform; print(platform.mac_ver()[0])"
10.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant