Update to Python 3.12+/pandas 3, expand README, simplify CI - #549
Merged
Conversation
- Bump requires-python to >=3.12 and pandas to >=3; update ruff/ty target versions to match. Verified via full test/lint/typecheck runs that no pandas 3 deprecations affect this codebase. - Expand README with the paper citation and abstract this repo implements, and drop the build/test status badges. - Remove the build workflow, run tests on github-hosted ubuntu-latest instead of self-hosted, and drop the Codecov upload in favor of printing coverage to the console.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
requires-pythonto>=3.12andpandasto>=3; update ruff/ty target versions to match. Ran the full lint/typecheck/test suite and several figure builds under pandas 3.0.5 on Python 3.14 with warnings-as-errors — no pandas 3 deprecations or breakage found in this codebase (a couple of unrelated pre-existing bugs were confirmed present onmaintoo and left untouched).BuildGitHub Actions workflow, switched theTestworkflow fromself-hostedtoubuntu-latest, and dropped the Codecov upload in favor of printing coverage to the console (make coverage).Test plan
uv syncmake lintmake typecheckmake coverage(pytest with coverage printed to terminal)🤖 Generated with Claude Code
https://claude.ai/code/session_01UiQSNu6WeCVKin3hccEQvT