diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5aa2032..b424b03 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10" ] + python-version: [ "3.9", "3.10" ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: @@ -18,4 +18,4 @@ jobs: - name: Run image uses: abatilo/actions-poetry@v2 - name: Run tests - run: poetry run pytest \ No newline at end of file + run: pytest \ No newline at end of file