summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-18 09:35:42 -0500
committerGitHub <noreply@github.com>2021-01-18 09:35:42 -0500
commita8703819ebc1f36471e8067f9ce5ff5527877dfe (patch)
treecbb78cbc015c4c8c49f2527fa09e4b922f18944a /changelog.d
parentEnsure the user ID is serialized in the payload instead of used as an instanc... (diff)
downloadsynapse-a8703819ebc1f36471e8067f9ce5ff5527877dfe.tar.xz
Fix the Python 3.5 old-deps build. (#9146)
setuptools 51.0.0 dropped support for Python 3.5.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9146.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9146.misc b/changelog.d/9146.misc
new file mode 100644
index 0000000000..7af29baa30
--- /dev/null
+++ b/changelog.d/9146.misc
@@ -0,0 +1 @@
+Fix the Python 3.5 + old dependencies build in CI.