Can't use latest Twisted for typechecks, on Windows older Twisted requires compilation which fails, sticking to 3.7 is workaround since it has Windows wheels.

This commit is contained in:
Itamar Turner-Trauring 2021-05-26 09:16:07 -04:00
parent 7f70315c83
commit e5d636746e

@ -9,9 +9,9 @@
python =
2.7: py27-coverage,codechecks
3.6: py36-coverage
3.7: py37-coverage
3.7: py37-coverage,typechecks,codechecks3
3.8: py38-coverage
3.9: py39-coverage,typechecks,codechecks3
3.9: py39-coverage
pypy-3.7: pypy3
[pytest]