Skip to content

Commit eda6d46

Browse files
bdracopatchback[bot]
authored andcommitted
Bump Python version for benchmarks to 3.13 (#10131)
(cherry picked from commit 7f92beb)
1 parent d9b434c commit eda6d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ jobs:
252252
uses: actions/checkout@v4
253253
with:
254254
submodules: true
255-
- name: Setup Python 3.12
255+
- name: Setup Python 3.13
256256
id: python-install
257257
uses: actions/setup-python@v5
258258
with:
259-
python-version: 3.12
259+
python-version: 3.13
260260
cache: pip
261261
cache-dependency-path: requirements/*.txt
262262
- name: Update pip, wheel, setuptools, build, twine

0 commit comments

Comments
 (0)