https://github.com/python/cpython/commit/ca81a3381df666f691bd075ed9a6cc073ede1a77
commit: ca81a3381df666f691bd075ed9a6cc073ede1a77
branch: 3.14
author: Malcolm Smith <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-09-21T08:42:47+08:00
summary:

[3.14] gh-152023: Update Android builds to SQLite 3.53.4 (GH-155101) (#157863)

files:
A Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst
M Android/android.py

diff --git a/Android/android.py b/Android/android.py
index 291e1998a75be55..001e872a0a011d5 100755
--- a/Android/android.py
+++ b/Android/android.py
@@ -222,7 +222,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
         "bzip2-1.0.8-3",
         "libffi-3.4.4-3",
         "openssl-3.5.8-0",
-        "sqlite-3.50.4-0",
+        "sqlite-3.53.4-0",
         "xz-5.4.6-1",
         "zstd-1.5.7-2"
     ]:
diff --git 
a/Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst 
b/Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst
new file mode 100644
index 000000000000000..4d81c66d163a7c2
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst
@@ -0,0 +1,2 @@
+Update Android builds to SQLite 3.53.4. Additionally, enable the ``median()``
+and ``percentile()`` functions.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to