We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentaa5010f commitc4e30beCopy full SHA for c4e30be
README.rst
@@ -35,8 +35,8 @@ Once the PR has been merged, tag the commit as
35
``sqlite-<full version to be used in CPython's PCbuild/get_externals.bat>``.
36
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!
+appropriate substitutions. For ``sqlite``, ``bzip2``, ``xz``, ``zlib``, and
+``zstd``,that's it!
40
41
For ``openssl``, ``tcl``/``tk``, and ``libffi``, builds of each should also be
42
checked into `cpython-bin-deps<https://github.com/python/cpython-bin-deps/>`_
@@ -58,6 +58,7 @@ Download links
58
- ``tcl``/``tk``: https://tcl.tk/software/tcltk/download.html
59
- ``xz``: https://github.com/tukaani-project/xz
60
- ``zlib``: https://zlib.net/
61
+- ``zstd``: https://github.com/facebook/zstd
62
63
Tagging the commit
64
------------------