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 8979d3a commit 0964298Copy full SHA for 0964298
Doc/library/sysconfig.rst
@@ -394,6 +394,7 @@ Other functions
394
395
macOS can return:
396
397
+ - macosx-11.0-arm64
398
- macosx-10.6-ppc
399
- macosx-10.4-ppc64
400
- macosx-10.3-i386
Lib/sysconfig/__init__.py
@@ -648,6 +648,14 @@ def get_platform():
648
win-arm64 (64-bit Windows on ARM64 (aka AArch64)
649
win32 (all others - specifically, sys.platform is returned)
650
651
+ macOS can return:
652
+ macosx-11.0-arm64
653
+ macosx-10.6-ppc
654
+ macosx-10.4-ppc64
655
+ macosx-10.3-i386
656
+ macosx-10.4-fat
657
+
658
659
For other non-POSIX platforms, currently just returns 'sys.platform'.
660
661
"""
0 commit comments