Document Python build requirements by vstinner · Pull Request #108646 · python/cpython
- @erlend-aasland: Please check the Autoconf, aclocal and SQLite minimum versions. -- I copied versions from What's New in Python 3.13
- @serhiy-storchaka: Please check the Tcl/Tk minimum version.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tcl/Tk version 8.4 is required in 3.5.
Tcl/Tk version 8.3.1 is required in 3.1.
Tcl/Tk version 8.4 is required in 3.5.
Tcl/Tk version 8.3.1 is required in 3.1.
Good to know. I completed the doc.
@serhiy-storchaka: Would you mind to review the updated PR?
I'm not sure what it is worth, but here's more details on SQLite requirements:
- 3.10: Require SQLite 3.7.15
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Seems that other extension modules either shipped with some default version (like zlib or decimal), or do not have explicit version requirements.
Seems that other extension modules either shipped with some default version (like zlib or decimal), or do not have explicit version requirements.
If someone has information about minimum version, please go ahead and propose a doc PR :-) I don't recall any information about that.