From 94e3dfb6bd9bd4d94b42db2d69b899754d44a81d Mon Sep 17 00:00:00 2001 From: Simon Brunning Date: Thu, 3 Mar 2022 13:10:01 +0000 Subject: [PATCH] Try fixing CI build as per https://github.com/actions/setup-python/issues/244 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04de374..c68c8f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - "3.9" - "3.10.0" - "pypy2" - - "pypy3" + - "pypy-3.7" exclude: - os: macos-latest python-version: pypy3