From 56ace2946e56f34da47ec2257cfd9ccf245a624f Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 31 Jan 2023 16:52:52 +0100 Subject: [PATCH] CI: Run lint and docs on Python 3.11 --- .github/workflows/test-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index c1de16ba..1a7b1817 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -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