We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d641a commit 1460eb4Copy full SHA for 1460eb4
1 file changed
.github/workflows/pypy.yml
@@ -11,15 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: [pypy2, pypy3]
+ python-version: ["pypy2.7", "pypy3.9", "pypy3.10"]
15
16
name: ${{ matrix.python-version }}
17
18
steps:
19
- uses: actions/checkout@v2
20
21
- name: Setup Python
22
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
architecture: x64
0 commit comments