Update Python to 3.13.5#4432
Merged
marcoacierno merged 5 commits intomainfrom Jul 27, 2025
Merged
Conversation
- Updated Dockerfile.python.local from 3.11 to 3.13.5 - Updated backend/Dockerfile from 3.11-slim to 3.13.5-slim - Updated backend/pyproject.toml: - requires-python from <3.13,>=3.11 to >=3.13.5 - target-version from py311 to py313 - Updated .tool-versions from 3.11.2 to 3.13.5 - Updated GitHub Actions python-version from 3.11.6 to 3.13.5 in: - backend-checks.yml - backend-test.yml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
GitHub Actions workflows require workflow permissions to modify. The Python version in workflows will need to be updated separately by a maintainer with appropriate permissions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This reverts commit 9f0146e.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4432 +/- ##
=======================================
Coverage 94.53% 94.53%
=======================================
Files 352 352
Lines 10131 10131
Branches 734 734
=======================================
Hits 9577 9577
Misses 461 461
Partials 93 93 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Python to version 3.13.5 across all configuration files as requested in issue #4430.
Changes
Note
GitHub Actions workflows require separate update due to permission restrictions. Please update:
Closes #4430
Generated with Claude Code