From ce2636e60732ba4b88405785ae1e78fd7a5d4fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 16 May 2023 14:21:27 +0200 Subject: [PATCH] lint.yml: python 3.9 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40ed612cb..7ac7e8cae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,9 +12,9 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 + - ubuntu-22.04 python-version: - - '3.7' + - '3.9' steps: - name: 'Set up Python ${{ matrix.python-version }}' uses: actions/setup-python@v2