diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-25 14:22:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 14:22:35 -0500 |
commit | a71be9d62d0a8670f088ee4879ab5e72869dd9b1 (patch) | |
tree | b9cdc59d71a411d540fd39d2d25bd45002608c9f /changelog.d | |
parent | Merge tag 'v1.26.0rc2' into develop (diff) | |
download | synapse-a71be9d62d0a8670f088ee4879ab5e72869dd9b1.tar.xz |
Fix Python 3.5 old deps build by using a compatible pip version. (#9217)
Co-authored-by: Dan Callahan <danc@element.io> pip 21.0 stopped supporting Python 3.5.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9217.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9217.misc b/changelog.d/9217.misc new file mode 100644 index 0000000000..72bacc7110 --- /dev/null +++ b/changelog.d/9217.misc @@ -0,0 +1 @@ +Fix the Python 3.5 old dependencies build. |