Skip to content

Commit 699ced0

Browse files
Use pypy3.7 in CI
'pypy3' was using pypy3.6
1 parent adf19b1 commit 699ced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
continue-on-error: ${{ matrix.python-version == 'pypy3' }}
13+
continue-on-error: ${{ matrix.python-version == 'pypy3.7' }}
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10", pypy3]
16+
python-version: [3.7, 3.8, 3.9, "3.10", pypy3.7]
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:

0 commit comments

Comments
 (0)