From 6ca1782907ff46ba3f53ff99e2c08bdc4b8cda2e Mon Sep 17 00:00:00 2001 From: aouinizied Date: Fri, 19 Feb 2021 14:19:39 +0100 Subject: [PATCH] Add pypy3.7 CI. --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index ce2510a..96f724a 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -19,7 +19,7 @@ jobs: fail-fast: true matrix: os: ["ubuntu-latest", "macOS-latest"] - python-version: [pypy3, 3.9, 3.8, 3.7, 3.6] + python-version: [pypy-3.7, pypy3, 3.9, 3.8, 3.7, 3.6] steps: - uses: actions/checkout@v2