diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2022-10-25 12:23:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 12:23:38 (GMT) |
commit | 9387b7c1b3b852e90307804871df62c1f39cf7e2 (patch) | |
tree | 6b85181dcb74cdafc61eaae5814747513f6298c2 /Misc | |
parent | 25eae0b6c261b8bab4b82fb4e404cd73dbfc15ea (diff) | |
download | cpython-9387b7c1b3b852e90307804871df62c1f39cf7e2.zip cpython-9387b7c1b3b852e90307804871df62c1f39cf7e2.tar.gz cpython-9387b7c1b3b852e90307804871df62c1f39cf7e2.tar.bz2 |
[3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98647)
[3.10] 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. |