Skip to content

Commit

Permalink
Bump Python version for benchmarks to 3.13 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 6, 2024
1 parent bf12040 commit 40586c3
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 @@ -384,11 +384,11 @@ jobs:
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
merge-multiple: 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: Install dependencies
Expand Down

0 comments on commit 40586c3

Please sign in to comment.