diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3cd46fa..9ad2069 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,9 @@ jobs: fail-fast: false matrix: python-version: + - "3.8" + - "3.9" + - "3.10" - "3.11" - "3.12" @@ -32,9 +35,6 @@ jobs: cp ../README.md ../LICENSE ./ python -m pip install --upgrade pip setuptools pip install -e .[ci] - - name: Lint with flake8 - run: | - flake8 - name: Test with pytest run: | pytest --cov --cov-report term-missing:skip-covered