Skip to content

Commit d23f0dd

Browse files
authored
Add support for PyPy3.11. (#58)
1 parent 811cd81 commit d23f0dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests-ubuntu.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- python-version: pypy3.10
2929
env:
3030
TOXENV: pypy3
31+
- python-version: pypy3.11
32+
env:
33+
TOXENV: pypy3
3134

3235
# checks
3336
- python-version: "3.13"

0 commit comments

Comments
 (0)