From 2310f812597398e72337a3d1e9aade6ebf0764d5 Mon Sep 17 00:00:00 2001 From: Rafael Weingartner-Ortner <38643099+RafaelWO@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:35:38 +0100 Subject: [PATCH] Merge macOS "Python 3.13+" and "Python 3.11-3.12" tabs This change merges the tabs "Python 3.13+" and "Python 3.11-3.12" in the "Setup and building" guide (Installing dependencies) for macOS to "Python 3.11+". This is done because both tabs have the same content. Fixes: #1725 --- getting-started/setup-building.rst | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index df208f28c..110d718e9 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -858,18 +858,9 @@ some of CPython's modules (for example, ``zlib``). $ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal zstd - .. tab:: Python 3.13+ - - For Python 3.13 and newer:: + .. tab:: Python 3.11+ - $ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \ - GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \ - ./configure --with-pydebug \ - --with-openssl="$(brew --prefix openssl@3)" - - .. tab:: Python 3.11-3.12 - - For Python 3.11 and 3.12:: + For Python 3.11 and newer:: $ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \ GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \