gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)

This commit is contained in:
Erlend E. Aasland 2025-02-03 00:03:54 +01:00 committed by GitHub
parent 2ad069d906
commit ecd2f84555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: