Conversation
- Update `pyproject.toml` to support Python >= 3.7. - Adjust dev dependencies to allow installation on Python 3.7. - Update GitHub Actions workflow to use official Poetry installation script. - Update CI test matrix to target Python 3.11, 3.12, 3.13, and 3.14. - Regenerate `poetry.lock` with Poetry 2.x. - Add `$HOME/.local/bin` to `GITHUB_PATH` in CI for Poetry access. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #26 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 74 74
=========================================
Hits 74 74 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Update `pyproject.toml` to support Python >= 3.7 with compatible dev dependencies. - Update GitHub Actions workflow to use official Poetry installation script. - Optimize CI workflow to avoid redundant Python installation steps. - Update CI test matrix to target Python 3.11, 3.12, 3.13, and 3.14. - Regenerate `poetry.lock` with Poetry 2.x. - Add `$HOME/.local/bin` to `GITHUB_PATH` in CI for Poetry access. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Updated the project to support Python 3.7+ and modernized the GitHub Actions CI workflow.
Key changes:
pyproject.tomlto specifypython = ">=3.7".pyproject.tomlto ensure dev tools (pytest, flake8, etc.) remain compatible with Python 3.7 while using the latest versions on Python 3.8+.snok/install-poetrywith the official installation script as requested.poetry.lockto reflect these changes.Verified locally that tests pass and coverage is maintained at 100%.
PR created automatically by Jules for task 13781581611611862204 started by @esharf