mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 10:23:57 +01:00
Update installation docs to indicate that we support Python 3.10 (#11820)
This commit is contained in:
parent
cef0d5d90a
commit
ec07062e31
2 changed files with 2 additions and 1 deletions
1
changelog.d/11820.doc
Normal file
1
changelog.d/11820.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Update pypi installation docs to indicate that we now support Python 3.10.
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue