summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-25 11:22:37 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-25 11:22:37 -0500
commit7d9d30015e47756776d5ba5f4f0b65ab198640a3 (patch)
tree919ea36e85110c0835c003e330f37ffeff682b27
parent97d78e6a8502f84f415c183d06d474bab65a59d0 (diff)
downloadpython-coveragepy-git-6.3.tar.gz
build: 'pypy' is pypy-3.6, which we don't support anymore6.3
-rw-r--r--.github/workflows/kit.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index a405fa07..d35c5c66 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'