From fe8099f3b94fcee844b6169873a9e146534b49f5 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sat, 13 Nov 2021 22:55:10 -0800 Subject: [PATCH] Disable pypy-3.7 CI due to incompatibility with pyyaml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f172abb..ceb231f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 8 matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2