From df0d6a716959cbb189c9298de39c8efed55176d7 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 10 Jun 2023 12:02:41 +0100 Subject: [PATCH] Skip cattrs tests on 3.8 Haven't had a chance to look into the exact cause of the failures in #230, but here's a stopgap PR --- .github/workflows/third_party.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index a25f5d66..fe1be655 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -298,7 +298,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + # TODO: Add 3.8 back to this matrix (see #230) + python-version: ["3.7", "3.9", "3.10", "3.11"] runs-on: ubuntu-latest timeout-minutes: 60 steps: