Create a tool to help with version support changes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
Write a tool to help with updating python versions in tox.inis, actions, workflows, anywhere else (a pre-codegen step), so that we don't overlook changes needed when adding / dropping Python version support or end up use stale versions of Python in our
It should probably take in our (previous) earliest supported version and latest supported version as arguments and the version we're adding or dropping.
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 locating the repository's tox.ini files, actions, workflows, and pre-codegen step to inventory every Python-version reference. Define the tool's inputs for previous minimum, latest maximum, and the version being added or dropped; done means it identifies the required support-version changes without overlooked or stale references.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100