diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-07 17:14:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 17:14:13 +0000 |
commit | c5abb67e432b9279c838f7b9318144ca8f2b7c0d (patch) | |
tree | 946346e41877da8e715edde665687b2d3a3e8f23 /INSTALL.md | |
parent | Merge pull request #6235 from matrix-org/anoa/room_upgrade_groups (diff) | |
download | synapse-c5abb67e432b9279c838f7b9318144ca8f2b7c0d.tar.xz |
Python 3.8 for tox (#6341)
... and update INSTALL.md to include py3.8. We'll also have to update the buildkite pipeline to run it
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 e7b429c05d..29e0abafd3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -36,7 +36,7 @@ that your email address is probably `user@example.com` rather than System requirements: - POSIX-compliant system (tested on Linux & OS X) -- Python 3.5, 3.6, or 3.7 +- Python 3.5, 3.6, 3.7 or 3.8. - 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 |