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
ci: Add CI workflow for testing with multiple Python versions (#7)
* Add CI workflow for testing with multiple Python versions
- Created a GitHub Actions CI workflow in .github/workflows/ci.yml
- Configured to run on pushes and pull requests to the main branch
- Set up a matrix strategy to test against Python versions 3.11 and 3.12
- Steps include checking out the code, installing dependencies, and running checks with ruff and mypy
- Added step to run tests using pytest
* Add code coverage
0 commit comments