diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2aed4961..1ca0f563 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -16,7 +16,7 @@ jobs: name: Unit tests strategy: matrix: - python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python_version: ["3.8", "3.9", "3.10", "3.11"] runs-on: ubuntu-latest permissions: contents: read