[issue39789] Update Windows release build machines to latest versions

2020-02-28 Thread miss-islington
miss-islington added the comment: New changeset 45c4112b7250cb600aa2f3a42b4e6b5bfd2919c4 by Miss Islington (bot) in branch '3.8': bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) https://github.com/python/cpython/commit/45c4112b7250cb600aa2f3a42b4e6b5bfd2919c4

[issue39789] Update Windows release build machines to latest versions

2020-02-28 Thread Steve Dower
Steve Dower added the comment: The backport to 3.8 doesn't matter so much for the build definition (the build always runs from master, even when targeting earlier versions), but the minor Nuget fixes are necessary, so may as well keep it all in sync. I expect the backport to automerge, so cl

[issue39789] Update Windows release build machines to latest versions

2020-02-28 Thread Steve Dower
Steve Dower added the comment: New changeset 03153dd1459fab94f294a118ed1525e34d58601a by Steve Dower in branch 'master': bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) https://github.com/python/cpython/commit/03153dd1459fab94f294a118ed1525e34d58601a -- messag

[issue39789] Update Windows release build machines to latest versions

2020-02-28 Thread Steve Dower
New submission from Steve Dower : Shouldn't have any impact at all, but I'm going to mention it here so it gets in the NEWS file. Just in case someone hits an obscure edge case and is trying to find out what changed. -- assignee: steve.dower components: Windows messages: 362931 nosy:

[issue39789] Update Windows release build machines to latest versions

2020-02-28 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +18056 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18695 ___ Python tracker ___