File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Features and minimum versions required to build CPython:
29
29
30
30
* Tcl/Tk 8.5.12 for the :mod: `tkinter ` module.
31
31
32
- * Autoconf 2.71 and aclocal 1.16.4 are required to regenerate the
32
+ * Autoconf 2.71 and aclocal 1.16.5 are required to regenerate the
33
33
:file: `configure ` script.
34
34
35
35
.. versionchanged :: 3.1
@@ -56,7 +56,7 @@ Features and minimum versions required to build CPython:
56
56
Tcl/Tk version 8.5.12 is now required for the :mod: `tkinter ` module.
57
57
58
58
.. versionchanged :: 3.13
59
- Autoconf 2.71, aclocal 1.16.4 and SQLite 3.15.2 are now required.
59
+ Autoconf 2.71, aclocal 1.16.5 and SQLite 3.15.2 are now required.
60
60
61
61
See also :pep: `7 ` "Style Guide for C Code" and :pep: `11 ` "CPython platform
62
62
support".
Original file line number Diff line number Diff line change @@ -2495,9 +2495,9 @@ Build Changes
2495
2495
* Building CPython now requires a compiler with support for the C11 atomic
2496
2496
library, GCC built-in atomic functions, or MSVC interlocked intrinsics.
2497
2497
2498
- * Autoconf 2.71 and aclocal 1.16.4 are now required to regenerate
2498
+ * Autoconf 2.71 and aclocal 1.16.5 are now required to regenerate
2499
2499
the :file: `configure ` script.
2500
- (Contributed by Christian Heimes in :gh: `89886 `.)
2500
+ (Contributed by Christian Heimes in :gh: `89886 ` and by Victor Stinner in :gh: ` 112090 ` .)
2501
2501
2502
2502
* SQLite 3.15.2 or newer is required to build
2503
2503
the :mod: `sqlite3 ` extension module.
You can’t perform that action at this time.
0 commit comments