From ad9c72a23f7ba1a7333b54503cb2e6474433c4a1 Mon Sep 17 00:00:00 2001 From: mozman Date: Fri, 18 Dec 2020 08:29:48 +0100 Subject: [PATCH] use new pypy-3.6 specifier This should fix the pypy3 testing error on github actions --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ad048be47..14e72add1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6] steps: - uses: actions/checkout@v2