diff options
author | David Robertson <davidr@element.io> | 2022-05-03 19:22:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 19:22:06 +0100 |
commit | 9ce51a47f6e37abd0a1275281806399d874eb026 (patch) | |
tree | ae9e0548193f16c2b1073d1d51d85dcb6d3b45ba /changelog.d | |
parent | Remove unstable identifiers for MSC3069. (#12596) (diff) | |
download | synapse-9ce51a47f6e37abd0a1275281806399d874eb026.tar.xz |
Bump Synapse minimum Python version to 3.7.1 (#12613)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12613.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12613.removal b/changelog.d/12613.removal new file mode 100644 index 0000000000..b1a9e207b0 --- /dev/null +++ b/changelog.d/12613.removal @@ -0,0 +1 @@ +Synapse now requires at least Python 3.7.1 (up from 3.7.0), for compatibility with the latest Twisted trunk. |