diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 673d4d9..29f808a 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10" ] + python-version: [ "3.8", "3.9", "3.10" ] # Steps represent a sequence of tasks that will be executed as part of the job steps: