summary refs log tree commit diff
path: root/changelog.d/9146.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Python Old-Deps CI step (#79)Andrew Morgan2021-02-091-0/+1
* Fix the Python 3.5 old-deps build. (#9146) setuptools 51.0.0 dropped support for Python 3.5. * 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. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>