Skip to content

Commit

Permalink
Merge pull request #428 from twisted/reduce-test-matrix
Browse files Browse the repository at this point in the history
raise minimum supported version of Twisted to 19.2 and prune tox
  • Loading branch information
wsanchez authored Jan 11, 2021
2 parents de162bb + 649b18a commit 6744362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
strategy:
matrix:
python: ["3.6", "3.7", "3.8", "3.9", "pypy3"]
twisted: ["18.4", "19.2", "current"]
twisted: ["19.2", "current"]

steps:

Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

envlist =
flake8, black, mypy
coverage-py{36,37,38,39,310,py3}-tw{184,192,current,trunk}
coverage-py{36,37,38,39,310,py3}-tw{192,current,trunk}
coverage_report
docs, docs-linkcheck
packaging
Expand All @@ -15,11 +15,6 @@ skip_missing_interpreters = {tty:True:False}
basepython = python3.9

deps =
tw166: Twisted==16.6.0
tw171: Twisted==17.1.0
tw175: Twisted==17.5.0
tw179: Twisted==17.9.0
tw184: Twisted==18.4.0
tw187: Twisted==18.7.0
tw189: Twisted==18.9.0
tw192: Twisted==19.2.1
Expand Down

0 comments on commit 6744362

Please sign in to comment.