Skip to content

Only test on Python 3.10 in CI#426

Merged
MatthewMckee4 merged 1 commit intomainfrom
only-test-python-3.10
Feb 7, 2026
Merged

Only test on Python 3.10 in CI#426
MatthewMckee4 merged 1 commit intomainfrom
only-test-python-3.10

Conversation

@MatthewMckee4
Copy link
Member

Summary

  • Remove the python-version matrix from the cargo-test job, hardcoding to Python 3.10
  • Remove python-version from the job name
  • Halves the CI matrix from 6 jobs (3 OS × 2 Python) to 3 jobs (3 OS × 1 Python)

Closes #407

Test plan

  • Verify CI runs successfully with only Python 3.10
  • Confirm cargo-test jobs show as cargo test (ubuntu-latest), cargo test (windows-latest), cargo test (macos-latest)

🤖 Generated with Claude Code

Remove the python-version matrix from cargo-test, hardcoding to 3.10.
This halves the CI matrix from 6 jobs to 3.

Closes #407
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

Project Diff Results

No changes between this PR and main.

@MatthewMckee4 MatthewMckee4 merged commit 602c87b into main Feb 7, 2026
9 checks passed
@MatthewMckee4 MatthewMckee4 deleted the only-test-python-3.10 branch February 7, 2026 12:20
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 7, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing only-test-python-3.10 (de6c5b2) with main (8a799e7)

Summary

✅ 1 untouched benchmark

@MatthewMckee4 MatthewMckee4 added the ci Related to internal CI tooling label Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Related to internal CI tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only test on one python version

1 participant