-
Notifications
You must be signed in to change notification settings - Fork 10
fix: update omnibus Python version requirement to 3.13 #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe changes update the project's Python version requirement from 3.11 to 3.13 in documentation and setup scripts. They add Python 3.13 version checks to both setup scripts and adjust the PySide6 dependency constraint in the dashboard requirements to exclude a problematic version, with explanatory comments. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SetupScript
participant PythonInterpreter
User->>SetupScript: Run setup.bat or setup.sh
SetupScript->>PythonInterpreter: Query Python version
PythonInterpreter-->>SetupScript: Return version info
SetupScript->>SetupScript: Check if version == 3.13.x
alt Version is 3.13.x
SetupScript->>SetupScript: Continue setup process
else Version is not 3.13.x
SetupScript->>User: Display error and exit
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes detected. Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Test with all the sinks, seems to be working well. Wait for Production Test. |
Description
PySide6
can not equal to6.9.1
due to pyqtgraph require, Relative Bug ReportThis PR closes #401.
Action Require
Reviewer Testing
Here's what you should do to quickly validate my changes:
This change is
Summary by CodeRabbit
Summary by CodeRabbit
Documentation
Chores