[Python] Fix PyPy 3.10 build failures
Open
Nobody has claimed this yet.
python
- Dominant language
- TypeScript
- Stars
- 6.5k
- Forks
- 845
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 58
Description
Description
There's a TODO in py/noxfile.py line 25 to fix PyPy 3.10 build failures. Currently, PyPy 3.10 is commented out from the test matrix.
Location
- File:
py/noxfile.py - Line: 25
- Current code:
# 'pypy-3.10', # TODO: Fix build failures.
Acceptance Criteria
- Investigate and fix PyPy 3.10 build failures
- Re-enable PyPy 3.10 in the test matrix
Contributor guide
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 in py/noxfile.py at line 25 and inspect the PyPy 3.10 entry and the current test matrix. Reproduce or examine the build failures, then verify that PyPy 3.10 can be re-enabled successfully in the matrix. Done means the build passes with the entry uncommented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100