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.
WindowsTargetPlatformVersion
DefaultWindowsSDKVersion
1 parent 64cdc40 commit cba2359Copy full SHA for cba2359
cpython-windows/build.py
@@ -696,7 +696,7 @@ def run_msbuild(
696
# We pin the Windows 10 SDK version to make builds more deterministic.
697
# This can also work around known incompatibilities with the Windows 11
698
# SDK as of at least CPython 3.9.7.
699
- f"/property:DefaultWindowsSDKVersion={windows_sdk_version}",
+ f"/property:WindowsTargetPlatformVersion={windows_sdk_version}",
700
]
701
702
if freethreaded:
0 commit comments