We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632d1aa commit 3082742Copy full SHA for 3082742
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
- "pypy3.8"
43
- "pypy3.9"
44
- "pypy3.10"
45
+ - "pypy3.11"
46
47
# Old PyPy versions
48
# See https://foss.heptapod.net/pypy/pypy/-/issues/3991
runtests.py
@@ -52,6 +52,7 @@
52
"pypy3.8",
53
"pypy3.9",
54
"pypy3.10",
55
+ "pypy3.11",
56
)
57
58
0 commit comments