diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-23 19:50:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 19:50:36 (GMT) |
commit | 036a2c12010bcc1d8bf35c4550984a8245f9ab5f (patch) | |
tree | 62a6108c3d5553f7ef968d5802875378838d1183 /Misc | |
parent | 05cae2657289d17b2e385095056140153ceec28c (diff) | |
download | cpython-036a2c12010bcc1d8bf35c4550984a8245f9ab5f.zip cpython-036a2c12010bcc1d8bf35c4550984a8245f9ab5f.tar.gz cpython-036a2c12010bcc1d8bf35c4550984a8245f9ab5f.tar.bz2 |
bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
(cherry picked from commit d9301703fb1086cafbd730c17e3d450a192485d6)
Co-authored-by: Crowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst b/Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst new file mode 100644 index 0000000..4a14c90 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-16-14-44-06.bpo-45816.nbdmVK.rst @@ -0,0 +1 @@ +Python now supports building with Visual Studio 2022 (MSVC v143, VS Version 17.0). Patch by Jeremiah Vivian.
\ No newline at end of file |