diff options
author | Dan Callahan <dan.callahan@gmail.com> | 2020-10-27 23:24:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 23:24:33 +0000 |
commit | 88e1d0c52b6f59ee8eb13a8a0c6657eb54557fe6 (patch) | |
tree | b1912461e9076c46825a031c0353fa4d90a0406f /INSTALL.md | |
parent | Cross-link documentation to the prometheus recording rules. (#8667) (diff) | |
download | synapse-88e1d0c52b6f59ee8eb13a8a0c6657eb54557fe6.tar.xz |
Note support for Python 3.9 (#8665)
As expected, all tests pass locally without modification. Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 22f7b7c029..c6fcb3bd7f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -57,7 +57,7 @@ light workloads. System requirements: - POSIX-compliant system (tested on Linux & OS X) -- Python 3.5.2 or later, up to Python 3.8. +- Python 3.5.2 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 Synapse is written in Python but some of the libraries it uses are written in |