Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR drops Python 3.8 support and raises the minimum Python requirement to 3.9. CI workflow matrices and job environments were updated to remove 3.8, release workflow Python for Poetry was bumped to 3.9, pyproject.toml constraints were tightened, and README/CHANGELOG were updated. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
CHANGELOG.md
Outdated
| ### Changed | ||
|
|
||
| - [Breaking change] Dropped support for Python 3.8 (EOL October 2024). The minimum supported Python version is now 3.9. |
There was a problem hiding this comment.
| ### Changed | |
| - [Breaking change] Dropped support for Python 3.8 (EOL October 2024). The minimum supported Python version is now 3.9. | |
| ### Breaking Changes | |
| - Dropped support for Python 3.8 (EOL October 2024). The minimum supported Python version is now 3.9. |
There was a problem hiding this comment.
@mvadari Updated the changelog based on your suggestion, but used the format we’ve followed before (e.g., ### BREAKING CHANGE).
393a39d to
571a8bf
Compare
High Level Overview of Change
Drop support for Python 3.8, which reached end-of-life in October 2024. The minimum supported Python version is now 3.9.
Context of Change
Python 3.8 reached its end-of-life on October 14, 2024, and no longer receives security updates.
Type of Change
Did you update CHANGELOG.md?
Test Plan
poetry installworks correctly