From f1fd4a59b67e1b527f13a0bbad3edc0c07035c4e Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 12 Jun 2023 00:54:51 +0100 Subject: [PATCH] Revert "Skip cattrs tests on 3.8 (#231)" This reverts commit f78d8a102eb61ffd996da0688dab81e91aaaa0aa. --- .github/workflows/third_party.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index fe1be655..a25f5d66 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -298,8 +298,7 @@ jobs: strategy: fail-fast: false matrix: - # TODO: Add 3.8 back to this matrix (see #230) - python-version: ["3.7", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] runs-on: ubuntu-latest timeout-minutes: 60 steps: