diff options
author | Steve Dower <steve.dower@python.org> | 2021-06-30 19:06:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 19:06:06 (GMT) |
commit | d3a95c1b6eacbbbd92c294744e7ed41932f3f63e (patch) | |
tree | 1a07f5abd095a8dfb5dc8cf7a782c0b2d3caaa63 /Misc | |
parent | 95919b0d2744adb87acf696ae1de905cf02a95a6 (diff) | |
download | cpython-d3a95c1b6eacbbbd92c294744e7ed41932f3f63e.zip cpython-d3a95c1b6eacbbbd92c294744e7ed41932f3f63e.tar.gz cpython-d3a95c1b6eacbbbd92c294744e7ed41932f3f63e.tar.bz2 |
bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-06-30-02-32-46.bpo-44535.M9iN4-.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-06-30-02-32-46.bpo-44535.M9iN4-.rst b/Misc/NEWS.d/next/Build/2021-06-30-02-32-46.bpo-44535.M9iN4-.rst new file mode 100644 index 0000000..e06d0d3 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-06-30-02-32-46.bpo-44535.M9iN4-.rst @@ -0,0 +1 @@ +Enable building using a Visual Studio 2022 install on Windows. |