Skip to content

Commit

Permalink
devops: add PyPy bots
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 18, 2024
1 parent 1452881 commit 0502b72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ jobs:
- os: ubuntu-latest
python-version: '3.13'
browser: chromium
- os: macos-latest
python-version: 'pypy3.8'
browser: chromium
- os: ubuntu-latest
python-version: 'pypy3.8'
browser: chromium
- os: windows-latest
python-version: 'pypy3.8'
browser: chromium
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0502b72

Please sign in to comment.