From dec8e0040d7605188a6e52da538645cb6227aacf Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 2 Jun 2023 10:53:19 +0100 Subject: [PATCH] Skip `cattrs` tests on 3.7 Temporary workaround for #213 until the tests pass on 3.7 again --- .github/workflows/third_party.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: