0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 03:53:45 +02:00

Fix the Python 3.5 old-deps build. (#9146)

setuptools 51.0.0 dropped support for Python 3.5.
This commit is contained in:
Patrick Cloke 2021-01-18 09:35:42 -05:00 committed by GitHub
parent de1f8de319
commit a8703819eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

1
changelog.d/9146.misc Normal file
View file

@ -0,0 +1 @@
Fix the Python 3.5 + old dependencies build in CI.

View file

@ -103,6 +103,9 @@ usedevelop=true
[testenv:py35-old]
skip_install=True
deps =
# Ensure a version of setuptools that supports Python 3.5 is installed.
setuptools < 51.0.0
# Old automat version for Twisted
Automat == 0.3.0