From 688fbd2545944c9c36a0d08084e7c92642a81751 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 30 Jul 2023 14:45:00 +0100 Subject: [PATCH] Revert "Skip running `cattrs` tests on PyPy (#272)" (#273) This reverts commit 8dfa0a5dc31b298252d001304b9107be76e4de4c. --- .github/workflows/third_party.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 7910bca4..d07f82e3 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -312,9 +312,7 @@ jobs: strategy: fail-fast: false matrix: - # TODO: Add pypy3.9 back to this matrix - # After PyYAML/PyPy issues are fixed (see #271) - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"] runs-on: ubuntu-latest timeout-minutes: 60 steps: