Skip to content

Commit d5ca1b4

Browse files
authored
Merge macOS "Python 3.13+" and "Python 3.11-3.12" tabs (#1726)
1 parent f657b39 commit d5ca1b4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

getting-started/setup-building.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -858,18 +858,9 @@ some of CPython's modules (for example, ``zlib``).
858858

859859
$ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal zstd
860860

861-
.. tab:: Python 3.13+
862-
863-
For Python 3.13 and newer::
861+
.. tab:: Python 3.11+
864862

865-
$ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
866-
GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
867-
./configure --with-pydebug \
868-
--with-openssl="$(brew --prefix openssl@3)"
869-
870-
.. tab:: Python 3.11-3.12
871-
872-
For Python 3.11 and 3.12::
863+
For Python 3.11 and newer::
873864

874865
$ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
875866
GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \

0 commit comments

Comments
 (0)