Skip to content

Add pandas 2+3 CI compatibility testing#1495

Closed
MaxGhenis wants to merge 2 commits intomainfrom
pandas-2-and-3-ci-matrix
Closed

Add pandas 2+3 CI compatibility testing#1495
MaxGhenis wants to merge 2 commits intomainfrom
pandas-2-and-3-ci-matrix

Conversation

@MaxGhenis
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a focused "Pandas Compatibility" CI job that tests against both pandas 2.x and 3.x using a matrix strategy
  • Includes pandas compatibility test suite (from PR Add pandas 3.0 compatibility tests #1491) covering region parameter lookups, string dtype handling, and enum variables
  • Lightweight addition that runs only the pandas-specific tests, not the full test suite
  • Ensures policyengine-uk remains compatible with both pandas 2.x and 3.x as the ecosystem transitions

Test plan

  • CI passes with pandas 2 matrix
  • CI passes with pandas 3 matrix
  • Existing CI jobs unaffected

🤖 Generated with Claude Code

MaxGhenis and others added 2 commits February 2, 2026 21:13
Add a focused CI job that tests policyengine-uk against both pandas 2.x
and 3.x using a matrix strategy. Includes pandas compatibility test suite
covering region parameter lookups, string dtype handling, and enum variables.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@MaxGhenis MaxGhenis marked this pull request as draft February 3, 2026 02:44
@MaxGhenis
Copy link
Copy Markdown
Collaborator Author

Closing as superseded by later mainline work. Pandas 3 compatibility itself landed in #1492 and current main already carries the dedicated pandas 3 enum test; if we still want a separate pandas 2/3 CI matrix, it should be reopened from a fresh branch against current main rather than this stale draft.

@MaxGhenis MaxGhenis closed this Mar 30, 2026
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