From 9cef9e90f2efe2787258cd5bfb4db84abdbb1290 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Jan 2026 11:22:21 +0530 Subject: [PATCH] Python min version is tracked in pyproject.toml --- docs/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.rst b/docs/build.rst index 9998112c9..e96ca826a 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -82,7 +82,7 @@ These dependencies are needed when building against system libraries only. Run-time dependencies: -* ``python`` >= 3.8 +* ``python`` * ``harfbuzz`` >= 2.2.0 * ``zlib`` * ``libpng``