diff options
author | Steve Dower <steve.dower@python.org> | 2020-02-29 00:21:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 00:21:46 (GMT) |
commit | 03153dd1459fab94f294a118ed1525e34d58601a (patch) | |
tree | 47af9eb490d8f5fd96955e6c79830ff3b6fd1bb3 /Misc | |
parent | c2f7eb254bee036afc8a71437ec6aac82f06a1ce (diff) | |
download | cpython-03153dd1459fab94f294a118ed1525e34d58601a.zip cpython-03153dd1459fab94f294a118ed1525e34d58601a.tar.gz cpython-03153dd1459fab94f294a118ed1525e34d58601a.tar.bz2 |
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Also fixes some potential Nuget build issues.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-02-28-22-46-09.bpo-39789.67XRoP.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-02-28-22-46-09.bpo-39789.67XRoP.rst b/Misc/NEWS.d/next/Windows/2020-02-28-22-46-09.bpo-39789.67XRoP.rst new file mode 100644 index 0000000..077b0af --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-02-28-22-46-09.bpo-39789.67XRoP.rst @@ -0,0 +1 @@ +Update Windows release build machines to Visual Studio 2019 (MSVC 14.2). |