From a948e899fa002fbc7f52c6c0f7e7dffdf7987ec8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 21 Sep 2021 10:30:18 +0300 Subject: [PATCH] Test both PyPy3.6 and PyPy3.7 Co-authored-by: Thomas Grainger --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e09414f4..51a03bef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9"] + python-version: ["pypy-3.6", "pypy-3.7", "3.6", "3.7", "3.8", "3.9"] tox-extra-versions: [ "pytest46-xdist127", "pytest46-xdist133",