diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index dd904e6a..cff2f0d3 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -21,13 +21,14 @@ jobs: target: [x86_64] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: # WARNING: be careful with the ordering - the last version is the # default one. Apparently maturin doesn't find all Python versions # when one chooses a PyPy version instead of CPython as default python-version: | + pypy3.7 pypy3.8 pypy3.9 pypy3.10