We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc3383 commit f17af6fCopy full SHA for f17af6f
1 file changed
Doc/using/configure.rst
@@ -25,6 +25,9 @@ Features and minimum versions required to build CPython:
25
* OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.16 is the recommended
26
minimum version for the :mod:`ssl` and :mod:`hashlib` extension modules.
27
28
+* `libmpdec <https://www.bytereef.org/mpdecimal/>`__ 2.5.1
29
+ for the :mod:`decimal` module.
30
+
31
* SQLite 3.15.2 for the :mod:`sqlite3` extension module.
32
33
* Tcl/Tk 8.5.12 for the :mod:`tkinter` module.
0 commit comments