-
Notifications
You must be signed in to change notification settings - Fork 7
Bump cache and python for 3.14 #933
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
Conversation
|
Warning Rate limit exceeded@CoMPaTech has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 25 minutes and 24 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
WalkthroughUpdates CI to standardize on Python 3.14, centralize python-version via cache job outputs, and simplify cache keys by removing python-version from them. Pre-commit now uses the default Python interpreter. Project metadata/classifiers and pylint configuration are aligned to Python 3.14. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Dev as GitHub Actions Runner
participant Cache as Cache Job
participant Prep as Prepare Job
participant Test as Test/HA-Core Jobs
Note over Dev,Cache: Workflow start
Dev->>Cache: Setup Python (default 3.14) and compute cache key
Cache-->>Dev: outputs.cache-key, outputs.python-version
Note over Dev,Prep: Downstream jobs use cache outputs
Dev->>Prep: uses needs.cache.outputs.python-version
Prep-->>Dev: Prepared artifacts
Dev->>Test: uses needs.cache.outputs.python-version
Test-->>Dev: Test results
Note right of Test: python-version now sourced from cache output<br/>instead of env default
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
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 |
|
|
Needs more checking, but basics have improved now (still to check why it fails on release - though 2025.10 wasn't meant to be 3.14 compliant). |



Summary by CodeRabbit
Chores
Tests