From f17af6f4e61f179ba1972723bc5acaf83369d563 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 3 Jul 2025 12:35:32 +0200 Subject: [PATCH] gh-115119: Document libmpdec dependency in the build doc --- Doc/using/configure.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index df81a330549147..3a1d0168ec1a6a 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -25,6 +25,9 @@ Features and minimum versions required to build CPython: * OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.16 is the recommended minimum version for the :mod:`ssl` and :mod:`hashlib` extension modules. +* `libmpdec `__ 2.5.1 + for the :mod:`decimal` module. + * SQLite 3.15.2 for the :mod:`sqlite3` extension module. * Tcl/Tk 8.5.12 for the :mod:`tkinter` module.