summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-05 14:10:00 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-05 14:14:16 +0000
commitffd71029ab8dfef76184ffedd54af6de1c083b81 (patch)
treeca8c32287f7763dead4e9ce413896edb8074361e /docs
parentTweak changelog (diff)
downloadsynapse-ffd71029ab8dfef76184ffedd54af6de1c083b81.tar.xz
Add support removal notice to the upgrade notes
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index 136c806c41..30bb0dcd9c 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -85,6 +85,17 @@ process, for example:
     dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
     ```
 
+# Upgrading to v1.50.0
+
+## Dropping support for old Python and Postgres versions
+
+In line with our [deprecation policy](deprecation_policy.md),
+we've dropped support for Python 3.6 and PostgreSQL 9.6, as they are no
+longer supported upstream.
+
+This release of Synapse requires Python 3.7+ and PostgreSQL 10+.
+
+
 # Upgrading to v1.47.0
 
 ## Removal of old Room Admin API