[3.13] gh-115119: Defer --with-system-libmpdec removal to 3.16 (GH-139318) (#139348)

gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318)
(cherry picked from commit 0aab07ccf7)

Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
Miss Islington (bot) 2025-09-26 13:27:57 +02:00 committed by GitHub
parent 417e0c0791
commit 9b09677c0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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`.