diff --git a/.github/workflows/coverage_and_lint.yml b/.github/workflows/coverage_and_lint.yml index 437efff..4933e8a 100644 --- a/.github/workflows/coverage_and_lint.yml +++ b/.github/workflows/coverage_and_lint.yml @@ -17,7 +17,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + # python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.7' ] name: "Type Coverage and Linting @ ${{ matrix.python-version }}" steps: