https://github.com/python/cpython/commit/8cbece1ffafdf92cb5dbe5d8285a7aaeebcba3db commit: 8cbece1ffafdf92cb5dbe5d8285a7aaeebcba3db branch: 3.13 author: Victor Stinner <vstin...@python.org> committer: vstinner <vstin...@python.org> date: 2025-07-03T12:55:30Z summary:
[3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136205) (#136245) gh-115119: Recommend upstream libmpdec in build requirements (#136205) (cherry picked from commit b2e498ac26ba4720fa8a6a466aa8416ab69754d7) Co-authored-by: Sergey B Kirpichev <skirpic...@gmail.com> Co-authored-by: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> files: M Doc/using/configure.rst diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index f3de308a997d65..aa2edd5dd7f29d 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com