diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-01-05 14:15:35 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-01-05 14:15:35 +0000 |
commit | dd87cd3b51752e86dcd4d95ae45f6cb5f50e3a5d (patch) | |
tree | 945efd16827f18a0a1ae4f87d8aa557434da9e39 /v1.50/upgrade.html | |
parent | deploy: 9be5aacc2d901f553ec972d0d62738bd42c87037 (diff) | |
download | synapse-dd87cd3b51752e86dcd4d95ae45f6cb5f50e3a5d.tar.xz |
deploy: 102f4d3598a387f90ff6a9c5c86a3f4de360931e
Diffstat (limited to 'v1.50/upgrade.html')
-rw-r--r-- | v1.50/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v1.50/upgrade.html b/v1.50/upgrade.html index 8fa73948ef..f025e160e0 100644 --- a/v1.50/upgrade.html +++ b/v1.50/upgrade.html @@ -260,6 +260,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1500"><a class="header" href="#upgrading-to-v1500">Upgrading to v1.50.0</a></h1> +<h2 id="dropping-support-for-old-python-and-postgres-versions"><a class="header" href="#dropping-support-for-old-python-and-postgres-versions">Dropping support for old Python and Postgres versions</a></h2> +<p>In line with our <a href="deprecation_policy.html">deprecation policy</a>, +we've dropped support for Python 3.6 and PostgreSQL 9.6, as they are no +longer supported upstream.</p> +<p>This release of Synapse requires Python 3.7+ and PostgreSQL 10+.</p> <h1 id="upgrading-to-v1470"><a class="header" href="#upgrading-to-v1470">Upgrading to v1.47.0</a></h1> <h2 id="removal-of-old-room-admin-api"><a class="header" href="#removal-of-old-room-admin-api">Removal of old Room Admin API</a></h2> <p>The following admin APIs were deprecated in <a href="https://github.com/matrix-org/synapse/blob/v1.34.0/CHANGES.md#deprecations-and-removals">Synapse 1.34</a> |