Skip to content

Commit e264dc8

Browse files
committed
announce deprecation for PySQLite in 2.5.0
sqlite3 is better and installed with Python.
1 parent a85a3ec commit e264dc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/upgrading.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,10 @@ Deprecation Notices (info)
491491

492492
Support for SQLite version 1 has been removed in 2.4.0.
493493

494+
Support for the `PySQLite <https://github.com/ghaering/pysqlite>`_
495+
library will be removed in 2.5.0. Only the Python supplied sqlite3
496+
library will be supported.
497+
494498
.. index:: Upgrading; 2.2.0 to 2.3.0
495499

496500
Migrating from 2.2.0 to 2.3.0

0 commit comments

Comments
 (0)