diff --git a/packaging/tags.py b/packaging/tags.py index 952ba06b..1a4574b4 100644 --- a/packaging/tags.py +++ b/packaging/tags.py @@ -358,9 +358,8 @@ def mac_platforms( if version is None: version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) if version == (10, 16): - # when built against an older macOS SDK, python will report macOS 10.16 - # instead of the real version - # let's get the real version + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. version_str = subprocess.run( [ sys.executable,