We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b217ae4 commit e84c6eeCopy full SHA for e84c6ee
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
58
# python 3.11 fails with "src/twisted/test/raiser.c:198:12: fatal error: longintrepr.h: No such file or directory"
59
# 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']
+ python-version: ['3.9', '3.11', 'pypy-3.10']
61
framework: ['asyncio', 'tw2403', 'twtrunk']
62
63
# https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/
0 commit comments