feat: Add support for Python 3.13 (#6685)

This commit is contained in:
Christophe Bornet 2025-02-20 19:13:21 +01:00 committed by GitHub
commit 41edba73c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 910 additions and 400 deletions

View file

@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- name: "Setup Environment"
uses: ./.github/actions/setup-uv
- run: uv sync --extra dev
- run: uv sync
- name: Run Codeflash Optimizer
working-directory: ./src/backend/base
continue-on-error: true