diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e5af5..950aea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: test-and-coverage: strategy: matrix: - python-version: ['2.7','3.4','3.12'] + python-version: ['2.7','3.5','3.12'] container: image: python:${{ matrix.python-version }} runs-on: ubuntu-latest