From bbc5dceef7cdc68c209885d5310be3ac34f28299 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Sat, 28 Dec 2024 16:32:50 +0200 Subject: [PATCH] CI: update python versions for lint.yml Python 3.8 is not available on ubuntu-latest images anymore. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ded906e6..8ffd91ac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v1