From 8f749e3ea4eb8c2f3d0405ecb9eb020e613fc03e Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 25 Sep 2025 09:19:49 +0300 Subject: [PATCH] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 --- Doc/using/configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 6eb5c243b873c9..b3a9e081edc9f5 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -869,9 +869,9 @@ Libraries options .. versionchanged:: 3.13 Default to using the installed ``mpdecimal`` library. - .. deprecated-removed:: 3.13 3.15 + .. deprecated-removed:: 3.13 3.16 A copy of the ``mpdecimal`` library sources will no longer be distributed - with Python 3.15. + with Python 3.16. .. seealso:: :option:`LIBMPDEC_CFLAGS` and :option:`LIBMPDEC_LIBS`.