Skip to content

Commit efb34f2

Browse files
Test on PyPy 3.10 (#2222)
1 parent e3ba1ca commit efb34f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ jobs:
191191
strategy:
192192
fail-fast: false
193193
matrix:
194-
python-version: ["pypy3.8", "pypy3.9"]
194+
# We only test on the lowest and highest supported PyPy versions
195+
python-version: ["pypy3.8", "pypy3.10"]
195196
steps:
196197
- name: Check out code from GitHub
197198
uses: actions/[email protected]

0 commit comments

Comments
 (0)