Skip to content

Commit 0cd5dc3

Browse files
authored
🔧 MAINTAIN: Pin PyPy Python version (#138)
1 parent 9a06bfc commit 0cd5dc3

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: [pypy3, 3.6, 3.7, 3.8, 3.9]
32+
python-version: [pypy-3.6, 3.6, 3.7, 3.8, 3.9]
3333

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

0 commit comments

Comments
 (0)