Skip to content

Commit 0502b72

Browse files
committed
devops: add PyPy bots
1 parent 1452881 commit 0502b72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ jobs:
7777
- os: ubuntu-latest
7878
python-version: '3.13'
7979
browser: chromium
80+
- os: macos-latest
81+
python-version: 'pypy3.8'
82+
browser: chromium
83+
- os: ubuntu-latest
84+
python-version: 'pypy3.8'
85+
browser: chromium
86+
- os: windows-latest
87+
python-version: 'pypy3.8'
88+
browser: chromium
8089
runs-on: ${{ matrix.os }}
8190
steps:
8291
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)