diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-06-18 22:29:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 22:29:08 (GMT) |
commit | 6849acb3feacda63ee43f1dc9be28fac1075ca7d (patch) | |
tree | 6d188e17bbf6563945a32860ae11e5c47a55941b /Misc/NEWS.d/next/Build | |
parent | bc07c8f096791d678ca5c1e3486cb9648f7a027b (diff) | |
download | cpython-6849acb3feacda63ee43f1dc9be28fac1075ca7d.zip cpython-6849acb3feacda63ee43f1dc9be28fac1075ca7d.tar.gz cpython-6849acb3feacda63ee43f1dc9be28fac1075ca7d.tar.bz2 |
gh-105875: Require SQLite 3.15.2 or newer (#105876)
SQLite 3.15.2 was released 2016-11-28.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-06-16-23-40-49.gh-issue-105875.naj8v5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-06-16-23-40-49.gh-issue-105875.naj8v5.rst b/Misc/NEWS.d/next/Build/2023-06-16-23-40-49.gh-issue-105875.naj8v5.rst new file mode 100644 index 0000000..5f60e65 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-06-16-23-40-49.gh-issue-105875.naj8v5.rst @@ -0,0 +1,2 @@ +SQLite 3.15.2 or newer is required to build the :mod:`sqlite3` extension +module. Patch by Erlend Aasland. |