ni / ni/nimi-python

Create a tool to help with version support changes

Open
#2,060 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

task
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.