New submission from Jeremy Kloth <jeremy.kloth+python-trac...@gmail.com>:

In the process of eliminating compiler warnings on my buildbot, I needed to 
update VS2015 to the latest toolset (VS2015 Update 3).  This in turn now causes 
an error due about not having the required version of Windows SDK installed.

It seems that the detection logic for that uses a hard-coded list which may not 
be up-to-date (and possibly incorrect for some installs).  Referenced PR fixes 
this.

----------
components: Build, Windows
messages: 331258
nosy: jkloth, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Correctly detect installed SDK versions
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35433>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to