diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f1ffbfef..3c7e9979 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-version: [3.8, 3.9, '3.10', '3.11'] test-tls: [true, false] env: PIKA_TEST_TLS: ${{ matrix.test-tls }} @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] + python-version: [3.8, 3.9, '3.10', '3.11'] services: rabbitmq: image: rabbitmq