You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup/installation.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ When following this route please make sure that the [Platform-specific prerequis
204
204
System requirements:
205
205
206
206
- POSIX-compliant system (tested on Linux & OS X)
207
-
- Python 3.9 or later, up to Python 3.13.
207
+
- Python 3.10 or later, up to Python 3.13.
208
208
- At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org
209
209
210
210
If building on an uncommon architecture for which pre-built wheels are
@@ -307,11 +307,16 @@ sudo dnf group install "Development Tools"
307
307
308
308
##### Red Hat Enterprise Linux / Rocky Linux / Oracle Linux
309
309
310
-
*Note: The term "RHEL" below refers to Red Hat Enterprise Linux, Oracle Linux and Rocky Linux. The distributions are 1:1 binary compatible.*
310
+
*Note: The term "RHEL" below refers to Red Hat Enterprise Linux, Oracle Linux and Rocky Linux.
311
+
The distributions are 1:1 binary compatible.*
311
312
312
313
It's recommended to use the latest Python versions.
313
314
314
-
RHEL 8 in particular ships with Python 3.6 by default which is EOL and therefore no longer supported by Synapse. RHEL 9 ships with Python 3.9 which is still supported by the Python core team as of this writing. However, newer Python versions provide significant performance improvements and they're available in official distributions' repositories. Therefore it's recommended to use them.
315
+
RHEL 8 & 9 in particular ship with Python 3.6 & 3.9 respectively by default
316
+
which are EOL and therefore no longer supported by Synapse.
317
+
However, newer Python versions provide significant performance improvements
318
+
and they're available in official distributions' repositories.
319
+
Therefore it's recommended to use them.
315
320
316
321
Python 3.11 and 3.12 are available for both RHEL 8 and 9.
0 commit comments