Skip to content

Commit 1af3b52

Browse files
committed
Add pypy support
1 parent 42050a5 commit 1af3b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest]
25-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
25+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.6"]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)