Skip to content

Commit 9a2f7d3

Browse files
bollwyvlminrk
authored andcommitted
add pypy3 to test matrix
1 parent 920d9e1 commit 9a2f7d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
os: [ubuntu-latest, macos-latest, windows-latest]
72-
python-version: [3.6, 3.7, 3.8, 3.9]
73-
72+
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7]
73+
exclude:
74+
- os: windows-latest
75+
python-version: pypy-3.7
7476
env:
7577
OS: ${{ matrix.os }}
7678

0 commit comments

Comments
 (0)