Skip to content

Commit

Permalink
[PR #10131/7f92bebb backport][3.11] Bump Python version for benchmark…
Browse files Browse the repository at this point in the history
…s to 3.13 (#10132)

Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
patchback[bot] and bdraco authored Dec 6, 2024
1 parent 8ce1c14 commit 7b86843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Python 3.12
- name: Setup Python 3.13
id: python-install
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
cache: pip
cache-dependency-path: requirements/*.txt
- name: Update pip, wheel, setuptools, build, twine
Expand Down

0 comments on commit 7b86843

Please sign in to comment.