osx#

Functions#

mac_ver(→ str)

Returns macOS version, without compatibility modes for 11.x.

mac_ver() str#

Returns macOS version, without compatibility modes for 11.x. conda/conda#13832 If Python was compiled against macOS <=10.15, we might get 10.16 instead of 11.0. For these cases, we must set SYSTEM_VERSION_COMPAT=0 and call sw_vers directly.