summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-01-20 14:37:11 +0000
committerGitHub <noreply@github.com>2022-01-20 14:37:11 +0000
commit56834ab779f82858c9229809e8095771ae48ac8d (patch)
tree0e744f2dedbc8236cf32571309d9f3b397cbe672
parentAdd deprecation warnings for `webclient` listener and non-HTTP(S) `web_client... (diff)
downloadsynapse-56834ab779f82858c9229809e8095771ae48ac8d.tar.xz
installation.md: drop python 3.6 support (#11781)
#11595 dropped support for python 3.6, but forgot to update this doc.
-rw-r--r--changelog.d/11781.doc1
-rw-r--r--docs/setup/installation.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11781.doc b/changelog.d/11781.doc
new file mode 100644
index 0000000000..b68e861d67
--- /dev/null
+++ b/changelog.d/11781.doc
@@ -0,0 +1 @@
+Update installation instructions to note that Python 3.6 is no longer supported.
diff --git a/docs/setup/installation.md b/docs/setup/installation.md
index 210c80dace..fe657a15df 100644
--- a/docs/setup/installation.md
+++ b/docs/setup/installation.md
@@ -194,7 +194,7 @@ When following this route please make sure that the [Platform-specific prerequis
 System requirements:
 
 - POSIX-compliant system (tested on Linux & OS X)
-- Python 3.6 or later, up to Python 3.9.
+- Python 3.7 or later, up to Python 3.9.
 - At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org
 
 To install the Synapse homeserver run: