fix(setup): Completely exit from setup, if venv python != 3.12#933
fix(setup): Completely exit from setup, if venv python != 3.12#933Act0r1 wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe ChangesPython 3.12 setup enforcement
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@justfile`:
- Around line 40-46: Update the README.md prerequisites to require Python 3.12
instead of Python 3.11+. The enforcement in justfile lines 40-46 and 97-103
already matches this requirement and needs no direct changes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Summary
Require Python 3.12 before creating or updating the backend virtual environment.
Kokoro 0.9.4 supports Python versions below 3.13, but the setup script previously fell back to Python 3.13 and only warned about newer versions. This allowed setup to continue until dependency installation failed later with an unrelated-looking pip error.
Summary by CodeRabbit