Ubuntu Xenial ships with SQLite 3.22.0 (which will still by supported by
Django) and will EOL in April 2023. Debian Buster ships with 3.27.2 and
will EOL in June 2024. Python 3.7 ships with 3.21.0.
[https://www.sqlite.org/releaselog/3_21_0.html SQLite 3.21.0] was released
in October 2017. SQLite version support seems like a similar situation as
GEOS libraries which we generally support about 5 years after released.
--
Ticket URL: <https://code.djangoproject.com/ticket/34201>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34201#comment:1>
Comment (by Claude Paroz):
+1
--
Ticket URL: <https://code.djangoproject.com/ticket/34201#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/16366 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34201#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"95a101a690402076321331d56e67d896e8f6dfbc" 95a101a6]:
{{{
#!CommitTicketReference repository=""
revision="95a101a690402076321331d56e67d896e8f6dfbc"
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34201#comment:4>