From b69e22d8a3482392d3fcf16a3dab2d0239a43142 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Sun, 2 Feb 2025 23:40:11 +0100 Subject: [PATCH] gh-105875: amend sqlite3 docstring wrt. SQLite requirement --- Lib/sqlite3/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/sqlite3/__init__.py b/Lib/sqlite3/__init__.py index 34a9c047dd607c..ed727fae609d1d 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: