diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 629aaaa49f86..60213394e089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: name: Pytest Ubuntu strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10' ] runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -255,7 +255,7 @@ jobs: name: Pytest Windows strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10' ] runs-on: windows-2019 steps: - uses: actions/checkout@v2 @@ -280,7 +280,7 @@ jobs: name: Pytest MacOS strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.8', '3.9', '3.10' ] runs-on: macos-12 steps: - uses: actions/checkout@v2