From cbabcfdddf3d056f458946c4e2e9fecfe2677558 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:44:00 +0200 Subject: [PATCH] Remove 3.9 from tab --- getting-started/setup-building.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index d86800f67..20ca9e412 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -876,9 +876,9 @@ some of CPython's modules (for example, ``zlib``). ./configure --with-pydebug \ --with-openssl="$(brew --prefix openssl@3)" - .. tab:: Python 3.9-3.10 + .. tab:: Python 3.10 - For Python 3.9 and 3.10:: + For Python 3.10:: $ CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \ LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \