File tree 1 file changed +3
-2
lines changed
Filter options
1 file changed +3
-2
lines changed
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Once the PR has been merged, tag the commit as
35
35
``sqlite-<full version to be used in CPython's PCbuild/get_externals.bat> ``.
36
36
37
37
For updating each project to be updated, follow the above instructions with
38
- appropriate substitutions. For ``sqlite ``, ``bzip2 ``, ``xz ``, and ``zlib ``,
39
- that's it!
38
+ appropriate substitutions. For ``sqlite ``, ``bzip2 ``, ``xz ``, ``zlib ``, and
39
+ `` zstd ``, that's it!
40
40
41
41
For ``openssl ``, ``tcl ``/``tk ``, and ``libffi ``, builds of each should also be
42
42
checked into `cpython-bin-deps <https://github.com/python/cpython-bin-deps/ >`_
@@ -58,6 +58,7 @@ Download links
58
58
- ``tcl ``/``tk ``: https://tcl.tk/software/tcltk/download.html
59
59
- ``xz ``: https://github.com/tukaani-project/xz
60
60
- ``zlib ``: https://zlib.net/
61
+ - ``zstd ``: https://github.com/facebook/zstd
61
62
62
63
Tagging the commit
63
64
------------------
You can’t perform that action at this time.
0 commit comments