You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat/general-refinement - Upgrade to Python 3.13.5 and improve coverage configuration
- Upgrade Python version from 3.12 to 3.13.5 across all configurations:
* Update .python-version, pyproject.toml, and all GitHub workflows
* Update Dockerfile to use python:3.13-slim base images
* Update README badge and CONTRIBUTING.md requirements
* Regenerate uv.lock with Python 3.13 dependencies
- Add Python 3.13+ to system prerequisites in README
- Improve coverage configuration in pyproject.toml:
* Add comprehensive source and omit patterns
* Configure exclude_lines for better coverage reporting
* Set XML output configuration
- Update CI workflow for better Codecov integration:
* Set fail_ci_if_error to false for more reliable CI
* Add verbose output for better debugging
* Ensure CODECOV_TOKEN environment variable is properly set
- All 37 tests passing on Python 3.13.5
- MyPy type checking clean with Python 3.13
0 commit comments