Skip to content

Commit 4245394

Browse files
authored
ci: Test on PyPy 3.11 instead of 3.10
* https://pypy.org/download * https://pypy.org/blog
1 parent 60f74b1 commit 4245394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30-
- "pypy-3.10"
30+
- "pypy-3.11"
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v5

0 commit comments

Comments
 (0)