From 7d9d30015e47756776d5ba5f4f0b65ab198640a3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 25 Jan 2022 11:22:37 -0500 Subject: [PATCH] build: 'pypy' is pypy-3.6, which we don't support anymore --- .github/workflows/kit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index a405fa078..d35c5c66e 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -196,7 +196,8 @@ jobs: - name: "Install PyPy" uses: actions/setup-python@v2 with: - python-version: "pypy3" + # PYVERSIONS + python-version: "pypy-3.7" cache: pip cache-dependency-path: 'requirements/*.pip'