diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index cde11c14..4cc74225 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -265,7 +265,9 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + # TODO: add 3.7 back to this matrix when tests pass on 3.7 again + # (issue #213) + python-version: ["3.8", "3.9", "3.10", "3.11"] runs-on: ubuntu-latest timeout-minutes: 60 steps: