Skip to content

Commit 3082742

Browse files
authored
Test PyPy 3.11 (#140)
1 parent 632d1aa commit 3082742

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- "pypy3.8"
4343
- "pypy3.9"
4444
- "pypy3.10"
45+
- "pypy3.11"
4546

4647
# Old PyPy versions
4748
# See https://foss.heptapod.net/pypy/pypy/-/issues/3991

Diff for: runtests.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"pypy3.8",
5353
"pypy3.9",
5454
"pypy3.10",
55+
"pypy3.11",
5556
)
5657

5758

0 commit comments

Comments
 (0)