Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
drop PyPy3.9, add PyPy3.10
  • Loading branch information
dimbleby committed Jan 5, 2025
1 parent b217ae4 commit e84c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

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

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

0 comments on commit e84c6ee

Please sign in to comment.