[CI] Changed tested python version to 3.7 and 3.10

We cannot add python 3.6 because there is no precompiled version of it to used.
Therefor, will be using 3.7 as the minimum version in CI.
In addition, dropped version limits from pytest.
This commit is contained in:
DjLegolas
2022-02-06 00:35:50 +02:00
committed by Calum Lind
parent 11fe22e4cd
commit 13be64d355
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
pytest != 5.2.3, < 5.4
pytest
pytest-twisted
pytest-cov
mock