Skip to content

Commit

Permalink
Update pypy_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 4, 2024
1 parent 67e967a commit ef259ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypy_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on: [pull_request, push]
jobs:
pypy_version:
runs-on: ubuntu-latest
matrix:
python-version: [pypy3, pypy3.10, pypy3.10-v7.3.14, '>pypy3.10-v7.3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: pypy3.10
python-version: ${{ matrix.python-version }}
- run: pypy3 --version

0 comments on commit ef259ce

Please sign in to comment.