Tag: versions
-
Comparing macOS versions using Python
Update (26 January, 2026): Munki (which had its own MunkiLooseVersion) no longer uses Python, and Apple no longer appears to be using Rapid Security Responses, so I would recommend using the Version from packaging.version for most version comparisons in Python (test, of course, to make sure you’re getting the results you want). At some point…