summary refs log tree commit diff
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-01-26 16:05:29 -0800
committerGitHub <noreply@github.com>2022-01-26 16:05:29 -0800
commitec07062e314308e221b1739e80d8472f7bbb3628 (patch)
tree419e96bb7b2c7fb0ef4943d72acc64a605225433
parentInclude `prev_content` field in AS events (#11798) (diff)
downloadsynapse-ec07062e314308e221b1739e80d8472f7bbb3628.tar.xz
Update installation docs to indicate that we support Python 3.10 (#11820)
-rw-r--r--changelog.d/11820.doc1
-rw-r--r--docs/setup/installation.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11820.doc b/changelog.d/11820.doc
new file mode 100644
index 0000000000..4f563b9b56
--- /dev/null
+++ b/changelog.d/11820.doc
@@ -0,0 +1 @@
+Update pypi installation docs to indicate that we now support Python 3.10.
diff --git a/docs/setup/installation.md b/docs/setup/installation.md
index fe657a15df..69ade036c3 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.7 or later, up to Python 3.9.
+- Python 3.7 or later, up to Python 3.10.
 - At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org
 
 To install the Synapse homeserver run: