diff options
author | Shay <hillerys@element.io> | 2022-01-25 10:35:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 10:35:18 -0800 |
commit | b8bf6007002131b8931f4b5f49a77bf5aba85067 (patch) | |
tree | a80d7cefdf803aa1107d38f7074015802690f174 /changelog.d | |
parent | Add admin API to get a list of federated rooms (#11658) (diff) | |
download | synapse-b8bf6007002131b8931f4b5f49a77bf5aba85067.tar.xz |
Check that `gc` method is available before using in `synapse/app/_base` (#11816)
* add check that gc.freeze is available before calling * newsfragment * lint * Update comment Co-authored-by: Dan Callahan <danc@element.io> Co-authored-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11816.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11816.misc b/changelog.d/11816.misc new file mode 100644 index 0000000000..b1f048f7f5 --- /dev/null +++ b/changelog.d/11816.misc @@ -0,0 +1 @@ +Drop support for Python 3.6, which is EOL. \ No newline at end of file |