We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f56a2 commit 3b2a173Copy full SHA for 3b2a173
packaging/tags.py
@@ -358,9 +358,8 @@ def mac_platforms(
358
if version is None:
359
version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2])))
360
if version == (10, 16):
361
- # when built against an older macOS SDK, python will report macOS 10.16
362
- # instead of the real version
363
- # let's get the real version
+ # When built against an older macOS SDK, Python will report macOS 10.16
+ # instead of the real version.
364
version_str = subprocess.run(
365
[
366
sys.executable,
0 commit comments