Skip to content

Commit afff14c

Browse files
committed
pypy 3.10 not 3.11
1 parent b286c4f commit afff14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 }
3030
- {
3131
name: "PyPy3",
32-
python: "pypy-3.11",
32+
python: "pypy-3.10",
3333
os: ubuntu-latest,
3434
tox: pypy3,
3535
}

0 commit comments

Comments
 (0)