diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-12-21 12:29:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 12:29:19 -0500 |
commit | 5831bed45061d9be237cf9e97812c2b73a18fea9 (patch) | |
tree | 1de274c3a96463de9e0e7115de0836174fc6bfe8 /changelog.d | |
parent | (remove no-op changelog entry) (diff) | |
download | synapse-5831bed45061d9be237cf9e97812c2b73a18fea9.tar.xz |
Bump minimum PyYAML to 3.13. (#14720)
PyYAML 3.13 fixes some issues with Python 3.7 compatibility and was released in 2018.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14720.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14720.misc b/changelog.d/14720.misc new file mode 100644 index 0000000000..0defc01550 --- /dev/null +++ b/changelog.d/14720.misc @@ -0,0 +1 @@ +Bump minimum PyYAML to 3.13. |