https://github.com/python/cpython/commit/d75e9a09542626ba4afdc56033740d4aec03527e
commit: d75e9a09542626ba4afdc56033740d4aec03527e
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2025-02-02T23:26:38Z
summary:

[3.13] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (GH-129599) 
(#129602)

(cherry picked from commit ecd2f84555bf494007420ba5a37adf8d1c23e856)

Co-authored-by: Erlend E. Aasland <[email protected]>

files:
M Lib/sqlite3/__init__.py

diff --git a/Lib/sqlite3/__init__.py b/Lib/sqlite3/__init__.py
index 927267cf0b92ff..e3c81ffcf1c11f 100644
--- a/Lib/sqlite3/__init__.py
+++ b/Lib/sqlite3/__init__.py
@@ -22,7 +22,7 @@
 
 """
 The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
-interface to the SQLite library, and requires SQLite 3.7.15 or newer.
+interface to the SQLite library, and requires SQLite 3.15.2 or newer.
 
 To use the module, start by creating a database Connection object:
 

_______________________________________________
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