Skip to content

Commit 901c180

Browse files
authored
🧪 TESTS: Add PyPy3 to matrix (#65)
1 parent 510e2bf commit 901c180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: [3.6, 3.7, 3.8, 3.9]
32+
python-version: [pypy3, 3.6, 3.7, 3.8, 3.9]
3333

3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)