diff options
author | David Robertson <davidr@element.io> | 2022-12-13 15:36:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 15:36:27 +0000 |
commit | d567a8265fd6dc35084398a873eca485bd94cc74 (patch) | |
tree | fa851c9c6239c275849fdffcd08cc8318c41c390 /docs/setup | |
parent | Fix the *MAU Limits* section of the Grafana dashboard relying on a specific `... (diff) | |
download | synapse-d567a8265fd6dc35084398a873eca485bd94cc74.tar.xz |
Declare support for Python 3.11 (#14673)
* Declare support for Python 3.11 * Changelog
Diffstat (limited to 'docs/setup')
-rw-r--r-- | docs/setup/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 436041f8a8..306085e005 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -200,7 +200,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.10. +- Python 3.7 or later, up to Python 3.11. - At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org If building on an uncommon architecture for which pre-built wheels are |