diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-10-15 20:13:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 20:13:19 +1100 |
commit | f9ce1b4eb0e8c28d1d7f1373292c470cfeb15ed4 (patch) | |
tree | 0632fa54fdc65a87404a75b6d9485df72313b45b /changelog.d/4033.bugfix | |
parent | Make workers work on Py3 (#4027) (diff) | |
parent | synapse/app: frontend_proxy.py: actually make workers work on py3 (diff) | |
download | synapse-f9ce1b4eb0e8c28d1d7f1373292c470cfeb15ed4.tar.xz |
Merge pull request #4033 from intelfx/py37-hotfixes
py3: python3.7 hotfixes
Diffstat (limited to 'changelog.d/4033.bugfix')
-rw-r--r-- | changelog.d/4033.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/4033.bugfix b/changelog.d/4033.bugfix new file mode 100644 index 0000000000..4e9e38cdcf --- /dev/null +++ b/changelog.d/4033.bugfix @@ -0,0 +1,2 @@ +Synapse now starts on Python 3.7. +_All_ workers now start on Python 3. |