Drop support for 32-bit platforms?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 20.6k
- Forks
- 3.3k
- PR merge metrics
- PR metrics pending
Description
32-bit platforms seem pretty much obsolete (outside of embedded, which we don't actively support). There is no 32-bit version of Windows 11, and Windows 10 will reach EOL soon. All new desktop processors have been 64-bit for well over a decade now.
Does anybody have evidence that a non-trivial number of users are still using 32-bit platforms?
If we decide to move forward with this, we can start with not running CI on 32-bit platforms and updating documentation to not say that 32-bit platforms are supported (not sure if we ever make this explicit).
We can still keep the existing level of support in mypyc, in case somebody wants to maintain it in the future. If at some point there hasn't been any interest in fixing issues on 32-bit platforms for 6 months, we can think about removing all existing support.
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
Review the existing CI configuration and documentation for references to 32-bit platform support, and examine mypyc support separately. Gather evidence about current 32-bit users before deciding whether CI and documentation should change; done means the support decision and resulting scope are clearly recorded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100