Skip to content

Commit 716b981

Browse files
Review
1 parent 5b42dac commit 716b981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core-developers/experts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ collections.abc rhettinger*, stutzbach^
7878
colorsys
7979
compileall carljm
8080
compression
81+
compression.zstd
8182
concurrent.futures pitrou, brianquinlan, gpshead*
8283
configparser ambv*
8384
contextlib ncoghlan, 1st1
@@ -259,7 +260,6 @@ zipapp pfmoore
259260
zipfile alanmcintyre^, serhiy-storchaka, Yhg1s, gpshead
260261
zipimport Yhg1s*
261262
zlib Yhg1s, gpshead*
262-
compression.zstd
263263
==================== =============================================
264264

265265

getting-started/setup-building.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ some of CPython's modules (for example, ``zlib``).
709709

710710
For **Homebrew**, install dependencies using ``brew``::
711711

712-
$ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal
712+
$ brew install pkg-config openssl@3 xz gdbm tcl-tk mpdecimal zstd
713713

714714
.. tab:: Python 3.13+
715715

@@ -750,7 +750,7 @@ some of CPython's modules (for example, ``zlib``).
750750

751751
For **MacPorts**, install dependencies using ``port``::
752752

753-
$ sudo port install pkgconfig openssl xz gdbm tcl tk +quartz mpdecimal
753+
$ sudo port install pkgconfig openssl xz gdbm tk +quartz mpdecimal zstd
754754

755755
.. tab:: Python 3.13+
756756

0 commit comments

Comments
 (0)