Skip to content

Commit

Permalink
Set minimum Twisted to 18.7.0
Browse files Browse the repository at this point in the history
This seems sufficiently ancient as a lower bound.
  • Loading branch information
twm committed Dec 22, 2020
1 parent c536034 commit 237fb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"requests >= 2.1.0",
"hyperlink >= 19.0.0",
"six >= 1.13.0",
"Twisted[tls] >= 16.4.0 ; python_version < '3.7'",
"Twisted[tls] >= 18.7.0 ; python_version >= '3.7'",
"Twisted[tls] >= 18.7.0",
"attrs",
],
extras_require={
Expand Down
7 changes: 2 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
{pypy,py27,py35,py36,py37}-twisted_lowest,
{pypy,pypy3,py27,py35,py36,py37,py38}-twisted_latest,
{pypy3,py35,py36,py37,py38}-twisted_trunk-pyopenssl_trunk,
{pypy3,py35,py36,py37,py38}-twisted_trunk,
towncrier, twine, check-manifest, flake8, docs

[testenv]
Expand All @@ -11,13 +11,10 @@ deps =
coverage
mock

!py37-twisted_lowest: Twisted==16.4.0
py37-twisted_lowest: Twisted==18.7.0
twisted_lowest: Twisted==18.7.0
twisted_latest: Twisted
twisted_trunk: https://github.com/twisted/twisted/archive/trunk.zip

pyopenssl_trunk: https://github.com/pyca/pyopenssl/archive/master.zip

docs: Sphinx>=1.4.8
setenv =
# Avoid unnecessary network access when creating virtualenvs for speed.
Expand Down

0 comments on commit 237fb6f

Please sign in to comment.