ci(infra): test CodSpeed with Python 3.13 (#33599)

This commit is contained in:
Christophe Bornet
2025-10-20 01:33:20 +02:00
committed by GitHub
parent 28728dca9f
commit 3391168777
3 changed files with 3 additions and 5 deletions

View File

@@ -184,15 +184,14 @@ jobs:
steps:
- uses: actions/checkout@v5
# We have to use 3.12 as 3.13 is not yet supported
- name: "📦 Install UV Package Manager"
uses: astral-sh/setup-uv@v7
with:
python-version: "3.12"
python-version: "3.13"
- uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.13"
- name: "📦 Install Test Dependencies"
run: uv sync --group test