mirror of https://github.com/python/cpython
Update SQLite version requirement.
This commit is contained in:
parent
28161e2465
commit
828fdefd92
|
@ -493,7 +493,7 @@ Library
|
|||
in attribute values.
|
||||
|
||||
- Added the sqlite3 package. This is based on pysqlite2.1.3, and provides
|
||||
a DB-API interface in the standard library. You'll need sqlite 3.2.2 or
|
||||
a DB-API interface in the standard library. You'll need sqlite 3.0.8 or
|
||||
later to build this - if you have an earlier version, the C extension
|
||||
module will not be built.
|
||||
|
||||
|
|
Loading…
Reference in New Issue