diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-04-08 13:45:19 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-04-08 16:42:32 +0100 |
commit | 3ada9b42640137d908fa2db64e78f3f79d11dd3a (patch) | |
tree | f27106f38f792717c64eb1b885fbed49f5a6ae30 /changelog.d | |
parent | Require py36 and Postgres 9.6 (diff) | |
download | synapse-3ada9b42640137d908fa2db64e78f3f79d11dd3a.tar.xz |
Drop support for sqlite<3.22 as well
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9766.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/9766.feature b/changelog.d/9766.feature index 030bdb4561..ecf49cfee1 100644 --- a/changelog.d/9766.feature +++ b/changelog.d/9766.feature @@ -1 +1 @@ -Synapse now requires Python 3.6 or later and Postgres 9.6 or later. +Synapse now requires Python 3.6 or later. It also requires Postgres 9.6 or later or SQLite 3.22 or later. |