summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-08 13:41:25 -0500
committerGitHub <noreply@github.com>2020-12-08 13:41:25 -0500
commit1a9553045c239160e4c9d6aff1f9adb7fd7d7193 (patch)
tree8e9440df1b0e2fd66acbe61f67e241a99d30ad44 /changelog.d
parentMinor update to CHANGES. (diff)
downloadsynapse-1a9553045c239160e4c9d6aff1f9adb7fd7d7193.tar.xz
Fix installing pysaml2 on Python 3.5. (#8898)
This pins pysaml2 to < 6.4.0 on Python 3.5, as the last known working version.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8898.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8898.misc b/changelog.d/8898.misc
new file mode 100644
index 0000000000..bdb0d40d51
--- /dev/null
+++ b/changelog.d/8898.misc
@@ -0,0 +1 @@
+Add a maximum version for pysaml2 on Python 3.5.