Skip to content

Commit d1fb0db

Browse files
committed
Remove duplicate tab for MacPorts
1 parent a1ae1eb commit d1fb0db

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

getting-started/setup-building.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -915,23 +915,15 @@ some of CPython's modules (for example, ``zlib``).
915915

916916
$ sudo port install pkgconfig openssl xz gdbm tk +quartz mpdecimal zstd
917917

918-
.. tab:: Python 3.13+
918+
.. tab:: Python 3.11+
919919

920-
For Python 3.13 and newer::
920+
For Python 3.11 and newer::
921921

922922
$ GDBM_CFLAGS="-I$(dirname $(dirname $(which port)))/include" \
923923
GDBM_LIBS="-L$(dirname $(dirname $(which port)))/lib -lgdbm" \
924924
./configure --config-cache \
925925
--with-pydebug
926926

927-
.. tab:: Python 3.11-3.12
928-
929-
For Python 3.11 and 3.12::
930-
931-
$ GDBM_CFLAGS="-I$(dirname $(dirname $(which port)))/include" \
932-
GDBM_LIBS="-L$(dirname $(dirname $(which port)))/lib -lgdbm" \
933-
./configure --config-cache \
934-
--with-pydebug
935927

936928
And finally, run ``make``::
937929

0 commit comments

Comments
 (0)