Skip to content

Commit 6e9f8f6

Browse files
Readd pypy (#287)
1 parent 6f31aaa commit 6e9f8f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
matrix:
5050
pyver: ["3.7", "3.8", "3.9", "3.10"]
5151
os: [ubuntu, macos, windows]
52+
include:
53+
- pyver: pypy-3.8
54+
os: ubuntu
5255
runs-on: ${{ matrix.os }}-latest
5356
timeout-minutes: 15
5457
steps:

0 commit comments

Comments
 (0)