mgedmin / mgedmin/check-python-versions
Drop [bdist_wheel] universal = 1 when dropping all Python 2 support
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 24
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Idea: when old versions contain some Python 2 and new versions don't, check if setup.cfg exists ad has a
```
[bdist_wheel]
universal = 1
```
and if so, drop it.
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 inspecting setup.cfg for the [bdist_wheel] universal = 1 setting and trace where Python-version changes are handled. No source entry point or test file is named in the issue. Done means the setting is removed when all Python 2 support is dropped, while unrelated configurations remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100