Skip to content

Commit 587de2e

Browse files
authored
Remove 3.9 from tab (#1684)
1 parent 01c6b87 commit 587de2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting-started/setup-building.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,9 +876,9 @@ some of CPython's modules (for example, ``zlib``).
876876
./configure --with-pydebug \
877877
--with-openssl="$(brew --prefix openssl@3)"
878878

879-
.. tab:: Python 3.9-3.10
879+
.. tab:: Python 3.10
880880

881-
For Python 3.9 and 3.10::
881+
For Python 3.10::
882882

883883
$ CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
884884
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \

0 commit comments

Comments
 (0)