Skip to content
Snippets Groups Projects
Unverified Commit a8703819 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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

setuptools 51.0.0 dropped support for Python 3.5.
parent de1f8de3
No related branches found
No related tags found
No related merge requests found
Fix the Python 3.5 + old dependencies build in CI.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment