diff options
author | Ned Deily <nad@python.org> | 2020-06-08 02:24:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 02:24:33 (GMT) |
commit | 37eed5a9ee7c802e7151ee9939ed604032886639 (patch) | |
tree | e78eae4f5fc0edffb3fcefb11a93efc551297605 /Misc | |
parent | 9f495908c5bd3645ed1af82d7bae6782720dab77 (diff) | |
download | cpython-37eed5a9ee7c802e7151ee9939ed604032886639.zip cpython-37eed5a9ee7c802e7151ee9939ed604032886639.tar.gz cpython-37eed5a9ee7c802e7151ee9939ed604032886639.tar.bz2 |
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst b/Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst new file mode 100644 index 0000000..6ff7b9a --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst @@ -0,0 +1 @@ +Update macOS installer to use SQLite 3.32.2. |