chore(deps): update python to >=3.14.3,<3.15#308
chore(deps): update python to >=3.14.3,<3.15#308rknightion-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e4ed870a58
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| license = {text = "Apache-2.0"} | ||
| readme = "README.md" | ||
| requires-python = ">=3.13.2,<3.14" | ||
| requires-python = ">=3.14.3,<3.15" |
There was a problem hiding this comment.
Keep requires-python compatible with current 3.13 runtime
The new requires-python = ">=3.14.3,<3.15" constraint is incompatible with this repository’s current execution environment, which is still pinned to Python 3.13 in .github/workflows/tests.yml (PYTHON_VERSION: "3.13" and uv sync --all-extras in both jobs). With this mismatch, dependency installation is blocked before lint/tests run, and users on the same 3.13 runtime cannot install the package; this commit should not raise the floor to 3.14 unless the workflow/runtime is upgraded in the same change.
Useful? React with 👍 / 👎.
e4ed870 to
09ef48c
Compare
09ef48c to
c6fb1c2
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
>=3.13.2,<3.14→>=3.14.3,<3.15Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
python/cpython (python)
v3.14.3Compare Source
v3.14.2Compare Source
v3.14.1Compare Source
v3.14.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.