diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-30 13:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 13:55:01 +0100 |
commit | e577c5d607b1edb827a5a137dd77587e394fdf5b (patch) | |
tree | 044420b06c132079f381051b6b25b6a89964f0c1 | |
parent | Improve the UX of the login fallback when using SSO (#7152) (diff) | |
download | synapse-e577c5d607b1edb827a5a137dd77587e394fdf5b.tar.xz |
Attempt to clarify Python version requirements (#7161)
In particular, we depend on `typing.TYPE_CHECKING`, which is only present in 3.5.2. It turns out that Ubuntu Xenial, despite having a package called `python 3 (3.5.1-3)`, actually has python 3.5.2, so I think this is fine.
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md |