Skip to content

Commit 7f92beb

Browse files
authored
Bump Python version for benchmarks to 3.13 (#10131)
1 parent 210c381 commit 7f92beb

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
@@ -266,11 +266,11 @@ jobs:
266266
uses: actions/checkout@v4
267267
with:
268268
submodules: true
269-
- name: Setup Python 3.12
269+
- name: Setup Python 3.13
270270
id: python-install
271271
uses: actions/setup-python@v5
272272
with:
273-
python-version: 3.12
273+
python-version: 3.13
274274
cache: pip
275275
cache-dependency-path: requirements/*.txt
276276
- name: Update pip, wheel, setuptools, build, twine

0 commit comments

Comments
 (0)