]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (#139318)
authorsobolevn <mail@sobolevn.me>
Fri, 26 Sep 2025 11:21:38 +0000 (14:21 +0300)
committerGitHub <noreply@github.com>
Fri, 26 Sep 2025 11:21:38 +0000 (14:21 +0300)
Doc/using/configure.rst

index 6eb5c243b873c953e9eb0fe3d77d57af5cc273e7..b3a9e081edc9f5927f2624b340c3c3a89124b93a 100644 (file)
@@ -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`.