From 408a34b6b1da7319da3e0f7b98ebb9c874bfb2b7 Mon Sep 17 00:00:00 2001 From: native-api Date: Sat, 11 Oct 2025 00:27:19 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 71ac17f..ef1f370 100644 --- a/Home.md +++ b/Home.md @@ -19,17 +19,18 @@ version 1.4.5 or newer. This version is not available in some extended-release distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP 784](https://peps.python.org/pep-0784/) for more details. +Tcl/Tk 9 support in 3.14.0 is experimental (e.g. there are test failures) +so we still recommend building against Tcl/Tk 8 as of this release. + * **Mac OS X:** If you haven't done so, install Xcode Command Line Tools (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: ```sh - brew install openssl readline sqlite3 xz tcl-tk libb2 zstd zlib pkgconfig + brew install openssl readline sqlite3 xz tcl-tk@8 libb2 zstd zlib pkgconfig ``` - Python versions before 3.13.0 don't support Tcl/Tk 9.0 so for them, you need to install the `tcl-tk@8` formula. - As an alternative to Homebrew, you can use dependencies from [MacPorts](https://www.macports.org/install.php): ```sh