From 1ae3475264cd7652fc82d4bd7b1c7225b748b198 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 28 Nov 2024 08:56:21 +0100 Subject: [PATCH] Improve change log. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 46595a81..87afbc6e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ - Add preliminary support for Python 3.14a2, this means that ``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are - no longer available from this version onwards as Python 3.14 dropped + no longer available from this Python version onwards as Python 3.14 dropped ``collections.abc.ByteString``.