From 06830dc97451dd37d99fac5e56fee9192a2ee1aa Mon Sep 17 00:00:00 2001 From: "[6~" <inform@tiker.net> Date: Fri, 13 Mar 2020 00:57:18 -0500 Subject: [PATCH] Drop pypy from GH actions tests --- .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 a1b25eb..d1b698b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3] + python-version: [2.7, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - -- GitLab