chore(deps): update python to >=3.14.3,<3.15#173
chore(deps): update python to >=3.14.3,<3.15#173rknightion-renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e69f867d00
ℹ️ 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 Python requirement compatible with CI runtime
Changing requires-python to >=3.14.3,<3.15 breaks this repository’s current automation, because .github/workflows/tests.yml still pins PYTHON_VERSION: "3.13" and each job installs dependencies with uv sync. In that environment, dependency resolution stops before lint/tests run, so this commit will make the standard CI pipeline fail until the workflow Python version is upgraded alongside this metadata change.
Useful? React with 👍 / 👎.
e69f867 to
0b023b5
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.