Lint to match python version

This commit is contained in:
James Barnsley
2025-05-03 21:30:53 +12:00
parent b710167b9e
commit 438401cf6f

View File

@ -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 }}