Skip to content

Commit 0e4a0e4

Browse files
[PR #10131/7f92bebb backport][3.12] Bump Python version for benchmarks to 3.13 (#10133)
Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 0d886aa commit 0e4a0e4

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
@@ -250,11 +250,11 @@ jobs:
250250
uses: actions/checkout@v4
251251
with:
252252
submodules: true
253-
- name: Setup Python 3.12
253+
- name: Setup Python 3.13
254254
id: python-install
255255
uses: actions/setup-python@v5
256256
with:
257-
python-version: 3.12
257+
python-version: 3.13
258258
cache: pip
259259
cache-dependency-path: requirements/*.txt
260260
- name: Update pip, wheel, setuptools, build, twine

0 commit comments

Comments
 (0)