diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b703a7f..c51d70a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: python-version: - - "3.6" - "3.7" - "3.8" - "3.9" @@ -31,4 +30,4 @@ jobs: - name: Run tests run: coverage run -m pytest tests - name: Upload coverage - run: codecov \ No newline at end of file + run: codecov