Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
mishushakov
left a comment
There was a problem hiding this comment.
looks fine, could you maybe make one GitHub workflow that will setup the env and use it in all workflows? there seems to be lots of duplication
not relevant to the PR, feel free to address the issue, I think using tool-versions already simplifies it a little |
Note
Medium Risk
Medium risk because it changes supported runtime versions and CI toolchain pinning, which can break downstream users on 3.9 and alter release/test behavior across workflows.
Overview
Drops Python 3.9 support by bumping the Python SDK and template minimum version to Python 3.10, updating lockfiles accordingly (including removing 3.9-only deps like
setuptoolsand tightening markers such asexceptiongroup).Standardizes CI tooling versions across workflows by introducing a repo-level
.tool-versionsand wiring GitHub Actions to parse it fornodejs,pnpm,python, andpoetryversions (plus minor workflow updates likesetup-python@v5).Written by Cursor Bugbot for commit 8628a26. This will update automatically on new commits. Configure here.