diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 34af3cc..0593ba3 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10"] runs-on: ${{ matrix.os }} defaults: run: @@ -55,4 +55,4 @@ jobs: name: Run tests run: | source $VENV - poetry run pytest --cov emr_cli tests/ \ No newline at end of file + poetry run pytest --cov emr_cli tests/