diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-10-25 11:18:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 11:18:01 (GMT) |
commit | febbb4b819d0ec78b338960cfb99768b2dcb4050 (patch) | |
tree | 04c814b1b90e9d128744fe6f9755884e3641bf10 /Misc | |
parent | 8950689dcecbab3229f9630c4f7b142414e5907b (diff) | |
download | cpython-febbb4b819d0ec78b338960cfb99768b2dcb4050.zip cpython-febbb4b819d0ec78b338960cfb99768b2dcb4050.tar.gz cpython-febbb4b819d0ec78b338960cfb99768b2dcb4050.tar.bz2 |
gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)
(cherry picked from commit 8aa1e994a530e538a5433c8ada6500ffc1214467)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst b/Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst new file mode 100644 index 0000000..cbef54d --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2022-10-25-10-32-23.gh-issue-94328.W3YNC_.rst @@ -0,0 +1 @@ +Update macOS installer to SQLite 3.39.4. |