Skip to content

Conversation

@mattdawkins
Copy link
Member

Summary

  • Expand CI test matrix from Python 3.12 only to 3.9, 3.10, 3.11, and 3.12
  • setup.cfg declares python_requires = >=3.7 but CI was only testing a single version, leaving compatibility regressions undetected

Test plan

  • Verify all four matrix jobs run successfully in GitHub Actions
  • Check that test results and coverage are reported for each Python version

🤖 Generated with Claude Code

Expand the test matrix from Python 3.12 only to 3.9, 3.10, 3.11, and
3.12. This catches compatibility issues across the supported Python
versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant