diff options
author | Shay <hillerys@element.io> | 2022-01-26 16:05:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 16:05:29 -0800 |
commit | ec07062e314308e221b1739e80d8472f7bbb3628 (patch) | |
tree | 419e96bb7b2c7fb0ef4943d72acc64a605225433 | |
parent | Include `prev_content` field in AS events (#11798) (diff) | |
download | synapse-ec07062e314308e221b1739e80d8472f7bbb3628.tar.xz |
Update installation docs to indicate that we support Python 3.10 (#11820)
-rw-r--r-- | changelog.d/11820.doc | 1 | ||||
-rw-r--r-- | docs/setup/installation.md | 2 |
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: |