diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-02-06 10:25:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 10:25:54 (GMT) |
commit | 2e99ba9e90ba636dac9ad955ca1d9d67fc72b841 (patch) | |
tree | 1435e46ff84538f65c9b712ff9f4602a1d3013fd /Misc | |
parent | ead9e784fb031429522bac6a43ddc0581458afd0 (diff) | |
download | cpython-2e99ba9e90ba636dac9ad955ca1d9d67fc72b841.zip cpython-2e99ba9e90ba636dac9ad955ca1d9d67fc72b841.tar.gz cpython-2e99ba9e90ba636dac9ad955ca1d9d67fc72b841.tar.bz2 |
[3.11] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115072)
(cherry picked from commit 13eb5215c9de9dd302f116ef0bca4ae23b02842b)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2024-02-06-09-01-10.gh-issue-115009.ysau7e.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2024-02-06-09-01-10.gh-issue-115009.ysau7e.rst b/Misc/NEWS.d/next/macOS/2024-02-06-09-01-10.gh-issue-115009.ysau7e.rst new file mode 100644 index 0000000..47ec488 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2024-02-06-09-01-10.gh-issue-115009.ysau7e.rst @@ -0,0 +1 @@ +Update macOS installer to use SQLite 3.45.1. |