diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 1bae865..9a66738 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["2.7", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Check out the repository