]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139348)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Sep 2025 11:27:57 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Sep 2025 11:27:57 +0000 (11:27 +0000)
gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318)
(cherry picked from commit 0aab07ccf79f335e3afa8021ddcbcfb8afa4d70c)

Co-authored-by: sobolevn <mail@sobolevn.me>
Doc/using/configure.rst

index ba69b68d977279828fdb432fd7dc4f8eb8636256..662b5afa88f822799ad52c7e60a9b217147187ae 100644 (file)
@@ -835,9 +835,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`.