summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-10-26 19:41:58 +0200
committerJose <jose@zeroc.com>2018-10-26 19:41:58 +0200
commitb147e79ba9253c20d3d967e91c9ba2e2b65a3617 (patch)
treeaf41ca2eae6cd9d634a0565f9a8dc54a3cf95068
parentUse a global mutex for SChannel initialization (diff)
downloadice-b147e79ba9253c20d3d967e91c9ba2e2b65a3617.tar.bz2
ice-b147e79ba9253c20d3d967e91c9ba2e2b65a3617.tar.xz
ice-b147e79ba9253c20d3d967e91c9ba2e2b65a3617.zip
Upgrade default Python version for Windows builds to 3.7
-rw-r--r--python/msbuild/ice.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/msbuild/ice.props b/python/msbuild/ice.props
index 616bb563465..9182fd31954 100644
--- a/python/msbuild/ice.props
+++ b/python/msbuild/ice.props
@@ -5,10 +5,10 @@
</PropertyGroup>
<Import Project="..\..\cpp\msbuild\Ice.Cpp98.props" />
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
- <PythonHome>C:\Program Files (x86)\Python36</PythonHome>
+ <PythonHome>C:\Program Files (x86)\Python37</PythonHome>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='x64'">
- <PythonHome>C:\Program Files\Python36</PythonHome>
+ <PythonHome>C:\Program Files\Python37</PythonHome>
</PropertyGroup>
<ItemGroup>
<BuildMacro Include="PythonHome">