Skip to content

CircleCI (#15)

CircleCI (#15) #141

Workflow file for this run

# https://github.com/actions/setup-python
name: pypy_version
on: [pull_request, push]
jobs:
pypy_version:
runs-on: ubuntu-latest
strategy:

Check failure on line 7 in .github/workflows/pypy_version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pypy_version.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
fail-fast: false
matrix:
# python-version: [pypy3, '>pypy-3.10-v7.3.13'] # Does not work!
# python-version: [pypy3.10, pypy-3.10, pypy3.10-v7.3.14, pypy-3.10-v7.3.14]
python-version: [pypy3.9, pypy3.10]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pypy3 --version