Skip to content

Commit 303f07f

Browse files
cdce8pDanielNoord
authored andcommitted
Add CI job for pypy 3.7
1 parent 7f4d62b commit 303f07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
timeout-minutes: 10
337337
strategy:
338338
matrix:
339-
python-version: ["pypy-3.6"]
339+
python-version: ["pypy-3.6", "pypy-3.7"]
340340
outputs:
341341
python-key: ${{ steps.generate-python-key.outputs.key }}
342342
steps:
@@ -381,7 +381,7 @@ jobs:
381381
strategy:
382382
fail-fast: false
383383
matrix:
384-
python-version: ["pypy-3.6"]
384+
python-version: ["pypy-3.6", "pypy-3.7"]
385385
steps:
386386
- name: Check out code from GitHub
387387
uses: actions/[email protected]

0 commit comments

Comments
 (0)