Issue #13862: Relax zlib version test to avoid spurious failures.
diff --git a/Misc/NEWS b/Misc/NEWS
index f6b1f0d..2dab0a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -461,6 +461,9 @@
 Library
 -------
 
+- Issue #13862: Fix spurious failure in test_zlib due to runtime/compile time
+  minor versions not matching.
+
 - Issue #12804: Fix test_socket and test_urllib2net failures when running tests
   on a system without internet access.