Add PyPy-based self check to CI once 3.8 is available
Open
Nobody has claimed this yet.
topic-tests
- Dominant language
- Python
- Stars
- 20.6k
- Forks
- 3.3k
- PR merge metrics
- PR metrics pending
Description
In https://github.com/python/mypy/pull/11350 I made it possible for mypy to run on PyPy, we should add a simple check this doesn't regress.
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 by reviewing PR 11350 and the repository's existing CI configuration to find where interpreter compatibility checks are defined. Add a simple PyPy-based self-check once Python 3.8 is available, then verify that the CI check runs successfully and detects regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100