CI: test matrix across Python 3.10-3.13
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 85/100
Research direction
Start with .github/workflows/test.yaml and compare its current Python setup with the requires-python declaration in pyproject.toml. Add the 3.10, 3.11, 3.12, and 3.13 matrix entries using the proposed uv/setup-uv approach, then run or inspect the test workflow to confirm each version executes successfully while integration and benchmark workflows remain unchanged.
Written by the indexing model from the issue text.
Description
pyproject.toml declares requires-python = ">=3.10", but the test workflow runs on a single default Python version. Compatibility breakage on other supported versions would ship unnoticed.
Proposal: add a version matrix (3.10, 3.11, 3.12, 3.13) to .github/workflows/test.yaml via uv python install/setup-uv's python-version input. The integration and benchmark workflows can stay single-version.
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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.
More from math280h/redactdump
-
enhancement P2
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
math280h/redactdump#59 ·
-
enhancement P3
Difficulty 4/5 3-5 days Newbie friendliness 55/100
math280h/redactdump#60 ·
-
enhancement P3
Difficulty 3/5 1-2 days Newbie friendliness 68/100
math280h/redactdump#57 ·
-
enhancement P3
Difficulty 4/5 3-5 days Newbie friendliness 48/100
math280h/redactdump#56 ·
-
enhancement P3
Difficulty 3/5 1-2 days Newbie friendliness 65/100
math280h/redactdump#55 ·
All issues in math280h/redactdump
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100