From b147e79ba9253c20d3d967e91c9ba2e2b65a3617 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 26 Oct 2018 19:41:58 +0200 Subject: Upgrade default Python version for Windows builds to 3.7 --- python/msbuild/ice.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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 @@ - C:\Program Files (x86)\Python36 + C:\Program Files (x86)\Python37 - C:\Program Files\Python36 + C:\Program Files\Python37 -- cgit v1.2.3