summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-07 14:22:13 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-07 14:22:13 +0000
commit6a04767439ec15123c1aa7cac614155652d71c6a (patch)
treefc35840da859551bbf8500e6ce5b52ddcf4476a8 /docs
parentBundle aggregations outside of the serialization method. (#11612) (diff)
parentMove changelog entry for drop of support to 'Deprecations and Removals' (diff)
downloadsynapse-6a04767439ec15123c1aa7cac614155652d71c6a.tar.xz
Merge branch 'release-v1.50' into develop
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