CI: check compatibility with Python 3.6 using vermin

This commit is contained in:
Baptiste Jonglez 2022-01-14 19:20:51 +01:00 committed by zorun
parent 0c8b8e9374
commit 7cb43f58c0
2 changed files with 6 additions and 0 deletions

View file

@ -96,3 +96,8 @@ jobs:
- name: Run Lint & Docs - name: Run Lint & Docs
run: tox -e lint_docs run: tox -e lint_docs
if: matrix.python-version == '3.8' if: matrix.python-version == '3.8'
- name: Run vermin to check Python compat
run: |
python -m pip install vermin
vermin --no-tips --violations -t=3.6 .
if: matrix.python-version == '3.10'

View file

@ -57,6 +57,7 @@ dev =
pytest>=6.2.5 pytest>=6.2.5
tox>=3.14.6 tox>=3.14.6
zest.releaser>=6.20.1 zest.releaser>=6.20.1
vermin
doc = doc =
Sphinx==4.3.2 Sphinx==4.3.2