Skip to content

Commit 35d0f32

Browse files
authored
Merge pull request #98 from scrapy/pypy311
Add support for PyPy3.11.
2 parents 8e7a02a + 84cde22 commit 35d0f32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- python-version: pypy-3.10
3737
env:
3838
TOXENV: py
39+
- python-version: pypy-3.11
40+
env:
41+
TOXENV: py
3942
- python-version: 3.9
4043
env:
4144
TOXENV: extra-deps

0 commit comments

Comments
 (0)