We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b286c4f commit afff14cCopy full SHA for afff14c
.github/workflows/tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
- { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 }
30
- {
31
name: "PyPy3",
32
- python: "pypy-3.11",
+ python: "pypy-3.10",
33
os: ubuntu-latest,
34
tox: pypy3,
35
}
0 commit comments