Skip to content

Commit 7d9d300

Browse files
committed
build: 'pypy' is pypy-3.6, which we don't support anymore
1 parent 97d78e6 commit 7d9d300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ jobs:
196196
- name: "Install PyPy"
197197
uses: actions/setup-python@v2
198198
with:
199-
python-version: "pypy3"
199+
# PYVERSIONS
200+
python-version: "pypy-3.7"
200201
cache: pip
201202
cache-dependency-path: 'requirements/*.pip'
202203

0 commit comments

Comments
 (0)