CI: test matrix across Python 3.10-3.13

Open Beginner friendly
#58 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
85/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
github-actions, python
Domain
ci-cd, testing

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

enhancement P3

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

  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.

More from math280h/redactdump

All issues in math280h/redactdump

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.