Skip to content

Commit

Permalink
Fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
efimov-mikhail committed Oct 14, 2024
1 parent 3f67be2 commit d774ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ Features and minimum versions required to build CPython:
Tcl/Tk version 8.5.12 is now required for the :mod:`tkinter` module.

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

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

See also :pep:`7` "Style Guide for C Code" and :pep:`11` "CPython platform
support".
Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ Build Changes

* Autoconf 2.71 and aclocal 1.16.5 are now required to regenerate
the :file:`configure` script.
(Contributed by Victor Stinner in :gh:`112090`.)
(Contributed by Christian Heimes in :gh:`89886` and by Victor Stinner in :gh:`112090`.)

* SQLite 3.15.2 or newer is required to build
the :mod:`sqlite3` extension module.
Expand Down

0 comments on commit d774ef8

Please sign in to comment.