CI: Run lint and docs on Python 3.11

This commit is contained in:
Baptiste Jonglez 2023-01-31 16:52:52 +01:00 committed by zorun
parent 45035f2ea3
commit 56ace2946e

View file

@ -100,7 +100,7 @@ jobs:
TESTING_SQLALCHEMY_DATABASE_URI: 'mysql+pymysql://root:ihatemoney@localhost:3306/ihatemoney_ci'
- name: Run Lint & Docs
run: tox -e lint_docs
if: matrix.python-version == '3.8'
if: matrix.python-version == '3.11'
- name: Run vermin to check Python compat
run: |
python -m pip install vermin