Skip to content

Commit 71bc0f6

Browse files
committed
fixup
1 parent 46b9d18 commit 71bc0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: [3.x, pypy3]
17+
python-version: [3.x, pypy3.10]
1818
exclude:
1919
# excludes pypy 3 on Windows
2020
- os: windows-latest
21-
python-version: pypy3
21+
python-version: pypy3.10
2222
fail-fast: false
2323
runs-on: ${{ matrix.os }}
2424
steps:

0 commit comments

Comments
 (0)