Skip to content

Commit e84c6ee

Browse files
committed
pipeline fix
drop PyPy3.9, add PyPy3.10
1 parent b217ae4 commit e84c6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# python 3.11 fails with "src/twisted/test/raiser.c:198:12: fatal error: longintrepr.h: No such file or directory"
5959
# twisted doesn't yet support 3.11 formally: https://github.com/twisted/twisted/blob/trunk/pyproject.toml#L24
60-
python-version: ['3.9', '3.11', 'pypy-3.9']
60+
python-version: ['3.9', '3.11', 'pypy-3.10']
6161
framework: ['asyncio', 'tw2403', 'twtrunk']
6262

6363
# https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/

0 commit comments

Comments
 (0)