Update CI to use modern PyPy versions
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 190
- Avg merge
- 8m
- Merged PRs (30d)
- 13
Description
The CI is still based on PyPy 3.9, and that version is no longer released. Currently, PyPy maintains only PyPy3.11 and PyPy3.10 (to be discontinued soon), and pyflakes fails tests against both of them for a long time.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's CI configuration and identify where PyPy 3.9 is specified. Update the CI matrix to use the currently maintained PyPy versions named in the issue, then run the test suite against those environments and confirm the PyPy failures are resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100