Skip to content

Commit 43f3efd

Browse files
authored
Update benchmarks to use Python 3.13 (#1110)
Wait for #1109 to merge Usually I update these when a Python release reaches .1 but I forgot about this repo
1 parent 93482a8 commit 43f3efd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ jobs:
383383
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
384384
merge-multiple: true
385385

386-
- name: Setup Python 3.12
386+
- name: Setup Python 3.13
387387
id: python-install
388388
uses: actions/setup-python@v5
389389
with:
390-
python-version: 3.12
390+
python-version: 3.13
391391
cache: pip
392392
cache-dependency-path: requirements/*.txt
393393
- name: Install dependencies

0 commit comments

Comments
 (0)