Skip to content

Commit

Permalink
build: 'pypy' is pypy-3.6, which we don't support anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 25, 2022
1 parent 97d78e6 commit 7d9d300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kit.yml
Expand Up @@ -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'

Expand Down

0 comments on commit 7d9d300

Please sign in to comment.