mgedmin / mgedmin/check-python-versions

Support tox envlist range syntax

Open
#49 1 comment 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Python
Stars
24
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Apparently tox supports numerical range syntax in [generative envlists](https://tox.wiki/en/4.31.0/config.html#generative-environment-list), e.g.

```ini
[tox]
envlist = py3{8-14},pypy
```

It would be nice if check-python-versions understood this.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing how check-python-versions reads the envlist in tox.ini, using the tox range example in the issue as the initial case. Done means numerical ranges such as py3{8-14} are understood and produce the expected supported Python versions without breaking existing envlist syntax.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.