Update Python to >=3.13.5 #103

Closed
renovate wants to merge 1 commit from renovate/python-3.x into main
Member

This PR contains the following updates:

Package Type Update Change
python (source) requires-python patch >=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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://python.org) ([source](https://github.com/python/cpython)) | requires-python | patch | `>=3.13.4` -> `>=3.13.5` | --- ### Release Notes <details> <summary>python/cpython (python)</summary> ### [`v3.13.5`](https://github.com/python/cpython/compare/v3.13.4...v3.13.5) [Compare Source](https://github.com/python/cpython/compare/v3.13.4...v3.13.5) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMi43IiwidXBkYXRlZEluVmVyIjoiNDAuMzIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovate added the
dependencies
label 2025-06-16 03:01:19 +00:00
renovate added 1 commit 2025-06-16 03:01:20 +00:00
Update Python to >=3.13.5
All checks were successful
Tests / test (push) Successful in 24s
185e8481f3
rixx reviewed 2025-06-16 08:05:09 +00:00
rixx left a comment
Member

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 #102

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 #102
tobru closed this pull request 2025-06-16 09:29:06 +00:00
Author
Member

Renovate 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 the ignoreDeps 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.

### Renovate 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 the `ignoreDeps` 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.
All checks were successful
Tests / test (push) Successful in 24s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: servala/servala-portal#103
No description provided.