Thanks to visit codestin.com Credit goes to github.com
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 762e771 commit 4a2607cCopy full SHA for 4a2607c
1 file changed
Lib/sysconfig/__init__.py
@@ -642,7 +642,7 @@ def get_platform():
642
release = m.group()
643
elif osname[:6] == "darwin":
644
if sys.platform == "ios":
645
- release = get_config_vars().get("IPHONEOS_DEPLOYMENT_TARGET", "12.0")
+ release = get_config_vars().get("IPHONEOS_DEPLOYMENT_TARGET", "13.0")
646
osname = sys.platform
647
machine = sys.implementation._multiarch
648
else:
0 commit comments