From 438401cf6fd8c95c215dee90effb074487c518cb Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 3 May 2025 21:30:53 +1200 Subject: [PATCH] Lint to match python version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a8b407..709358f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,11 +44,11 @@ jobs: # tox: py39 - name: "Lint: check-manifest" - python: "3.9" + python: "3.7" tox: check-manifest - name: "Lint: flake8" - python: "3.9" + python: "3.7" tox: flake8 name: ${{ matrix.name }}