Skip to content

Conversation

@marcoacierno
Copy link
Member

Updates Python to version 3.13.5 across all configuration files as requested in issue #4430.

Changes

  • 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 Python requirements and target version
  • Updated .tool-versions from 3.11.2 to 3.13.5

Note

GitHub Actions workflows require separate update due to permission restrictions. Please update:

  • .github/workflows/backend-checks.yml line 21
  • .github/workflows/backend-test.yml line 41

Closes #4430

Generated with Claude Code

claude bot and others added 2 commits July 27, 2025 13:11
- 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 <[email protected]>
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 <[email protected]>
@vercel
Copy link

vercel bot commented Jul 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
pycon ✅ Ready (Inspect) Visit Preview Jul 27, 2025 1:35pm

@codecov
Copy link

codecov bot commented Jul 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.53%. Comparing base (f8abc19) to head (7cf699d).
⚠️ Report is 3 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marcoacierno marcoacierno marked this pull request as ready for review July 27, 2025 13:34
@marcoacierno marcoacierno merged commit 9975aea into main Jul 27, 2025
17 checks passed
@marcoacierno marcoacierno deleted the claude/issue-4430-20250727-1307 branch July 27, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to Python 3.13.5

2 participants