Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix the Python 3.5 old-deps build. (#9146)
Browse files Browse the repository at this point in the history
setuptools 51.0.0 dropped support for Python 3.5.
  • Loading branch information
clokep authored Jan 18, 2021
1 parent de1f8de commit a870381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/9146.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the Python 3.5 + old dependencies build in CI.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a870381

Please sign in to comment.