Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address Erlend's review
  • Loading branch information
vstinner committed Aug 29, 2023
commit 0263d536594cd154c7e40b696d1cb98ec9adb81b
6 changes: 5 additions & 1 deletion Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Features and minimum versions required to build CPython:

* Support for threads.

* OpenSSL 1.1.1 for the :mod:`ssl` and :mod:`hashlib` extension modules.
* OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.9 is the recommended
Comment thread
vstinner marked this conversation as resolved.
version for the :mod:`ssl` and :mod:`hashlib` extension modules.

* SQLite 3.15.2 for the :mod:`sqlite3` extension module.
Comment thread
vstinner marked this conversation as resolved.

Expand All @@ -29,6 +30,9 @@ Features and minimum versions required to build CPython:
* Autoconf 2.71 and aclocal 1.16.4 are required to regenerate the
:file:`configure` script.

.. versionchanged:: 3.13:
Autoconf 2.71, aclocal 1.16.4 and SQLite 3.15.2 are now required.

.. versionchanged:: 3.11
C11 compiler, IEEE 754 and NaN support are now required.
On Windows, Visual Studio 2017 or later is required.
Expand Down