Update Python to >=3.13.5 #103
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/python-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
>=3.13.4
->>=3.13.5
Release Notes
python/cpython (python)
v3.13.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.
I actually think we want to pin Python to major-version only, at least in pyproject.toml. Upgrading to every patch version will make local development with
uv
painful, because it will insist on the patch version matching, even when the patch is not available in your distro yet. Python patch releases are historically stable and compatible, and it’s way more common to see a requires-python set to the minor version. I made this change in #102Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (
>=3.13.5
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to theignoreDeps
array of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Pull request closed