Skip to content

Commit ffc9020

Browse files
authored
chore: migrate to Python 3.13 for benchmarks (#1508)
1 parent e947923 commit ffc9020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- uses: actions/checkout@v4
98-
- name: Setup Python 3.12
98+
- name: Setup Python 3.13
9999
uses: actions/setup-python@v5
100100
with:
101-
python-version: 3.12
101+
python-version: 3.13
102102
- uses: snok/install-poetry@v1.4.1
103103
- name: Install Dependencies
104104
run: |

0 commit comments

Comments
 (0)