mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
document supported python 3 versions
This commit is contained in:
parent
0e8acf3b02
commit
dfeb274484
@ -1,9 +1,12 @@
|
|||||||
Synapse 0.34.0 (2018-12-20)
|
Synapse 0.34.0 (2018-12-20)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
Synapse 0.34.0 is the first release to fully support Python 3. We recommend
|
Synapse 0.34.0 is the first release to fully support Python 3. Synapse will now
|
||||||
upgrading to Python 3, but make sure to read the
|
run on Python versions 3.5 or 3.6 (as well as 2.7). Support for Python 3.7
|
||||||
[upgrade notes](UPGRADE.rst#upgrading-to-v0340) when doing so.
|
remains experimental.
|
||||||
|
|
||||||
|
We recommend upgrading to Python 3, but make sure to read the [upgrade
|
||||||
|
notes](UPGRADE.rst#upgrading-to-v0340) when doing so.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -51,8 +51,9 @@ returned by the Client-Server API:
|
|||||||
Upgrading to v0.34.0
|
Upgrading to v0.34.0
|
||||||
====================
|
====================
|
||||||
|
|
||||||
1. This release is the first to fully support Python 3. We recommend switching
|
1. This release is the first to fully support Python 3. Synapse will now run on
|
||||||
to Python 3, as it has been shown to give performance improvements.
|
Python versions 3.5, or 3.6 (as well as 2.7). We recommend switching to
|
||||||
|
Python 3, as it has been shown to give performance improvements.
|
||||||
|
|
||||||
For users who have installed Synapse into a virtualenv, we recommend doing
|
For users who have installed Synapse into a virtualenv, we recommend doing
|
||||||
this by creating a new virtualenv. For example::
|
this by creating a new virtualenv. For example::
|
||||||
|
Loading…
Reference in New Issue
Block a user