Align launch.py Python version with pyproject.toml#32
Conversation
I've updated `launch.py` to require Python 3.11+, matching the `requires-python` setting in `pyproject.toml`. This ensures that the virtual environment created by `launch.py` uses the correct Python version for your project. I've also updated `README_ENV_MANAGEMENT.md` to reflect this change.
Reviewer's GuideThis PR aligns the Python version requirement in launch.py and the environment management documentation with the project's pyproject.toml, enforcing Python 3.11+ for virtual environment setup. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Caution Review failedThe pull request is closed. WalkthroughThe minimum required Python version was updated from 3.8 to 3.11 in both the code and documentation. The constant in the launcher script was changed, and the environment management documentation now explicitly states that Python 3.11 or higher is strictly enforced. Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Align launch.py Python version with pyproject.toml
Align launch.py Python version with pyproject.toml
I've updated
launch.pyto require Python 3.11+, matching therequires-pythonsetting inpyproject.toml. This ensures that the virtual environment created bylaunch.pyuses the correct Python version for your project.I've also updated
README_ENV_MANAGEMENT.mdto reflect this change.Summary by Sourcery
Align Python version requirement in launch script with pyproject.toml and update related documentation accordingly
Enhancements:
Documentation:
Summary by CodeRabbit
Documentation
Chores