diff options
author | Zachary Ware <zach@python.org> | 2024-02-01 23:54:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 23:54:02 (GMT) |
commit | 618d7256e78da8200f6e2c6235094a1ef885dca4 (patch) | |
tree | cb9d3855e0eb16f240aec6b633b1c8f193186b7b /Misc/NEWS.d/next/Windows | |
parent | 13907968d73b3b602c81e240fb7892a2627974d6 (diff) | |
download | cpython-618d7256e78da8200f6e2c6235094a1ef885dca4.zip cpython-618d7256e78da8200f6e2c6235094a1ef885dca4.tar.gz cpython-618d7256e78da8200f6e2c6235094a1ef885dca4.tar.bz2 |
gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-02-01-14-35-05.gh-issue-111239.SO7SUF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-02-01-14-35-05.gh-issue-111239.SO7SUF.rst b/Misc/NEWS.d/next/Windows/2024-02-01-14-35-05.gh-issue-111239.SO7SUF.rst new file mode 100644 index 0000000..ea82c3b --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-02-01-14-35-05.gh-issue-111239.SO7SUF.rst @@ -0,0 +1 @@ +Update Windows builds to use zlib v1.3.1. |