]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136205) (#136245)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Jul 2025 12:55:30 +0000 (14:55 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 12:55:30 +0000 (12:55 +0000)
gh-115119: Recommend upstream libmpdec in build requirements (#136205)

(cherry picked from commit b2e498ac26ba4720fa8a6a466aa8416ab69754d7)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/using/configure.rst

index f3de308a997d65dfe016036b47d0b0fa10c5a885..aa2edd5dd7f29d4a9dbca81f9b27c041c1f93f69 100644 (file)
@@ -29,6 +29,9 @@ Features and minimum versions required to build CPython:
 
 * Tcl/Tk 8.5.12 for the :mod:`tkinter` module.
 
+* `libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/>`_ 2.5.0
+  for the :mod:`decimal` module.
+
 * Autoconf 2.71 and aclocal 1.16.5 are required to regenerate the
   :file:`configure` script.