Skip to content

Commit 1460eb4

Browse files
authored
Specific pypy versions
1 parent f5d641a commit 1460eb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [pypy2, pypy3]
14+
python-version: ["pypy2.7", "pypy3.9", "pypy3.10"]
1515

1616
name: ${{ matrix.python-version }}
1717

1818
steps:
1919
- uses: actions/checkout@v2
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
architecture: x64

0 commit comments

Comments
 (0)